Searched refs:parseCurrency (Results 1 – 3 of 3) sorted by relevance
221 public function parseCurrency($string, &$currency, &$position) {} function in NumberFormatter
159 PHP_NAMED_FE( parseCurrency, ZEND_FN( numfmt_parse_currency ), number_parse_currency_arginfo )
164 …return $GLOBALS['oo-mode'] ? $fmt->parseCurrency( $string, $currency ) : numfmt_parse_currency( $f…166 …return $GLOBALS['oo-mode'] ? $fmt->parseCurrency( $string, $currency, $position ) : numfmt_parse_c…
Completed in 14 milliseconds