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