Searched refs:parseCurrency (Results 1 – 3 of 3) sorted by relevance
73 …nnot be NumberFormatter::TYPE_CURRENCY constant, use NumberFormatter::parseCurrency() method inste…
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…
219 public function parseCurrency(string $string, &$currency, &$offset = null): float|false {} function in NumberFormatter
Completed in 5 milliseconds