Searched defs:currency (Results 1 – 3 of 3) sorted by relevance
143 char* currency = NULL; in PHP_FUNCTION() local
128 UChar currency[5] = {0}; in PHP_FUNCTION() local
206 public function formatCurrency($number, $currency) {}221 public function parseCurrency($string, &$currency, &$position) {}376 function numfmt_format_currency($formatter, $number, $currency) {}389 function numfmt_parse_currency($formatter, $string, &$currency, &$position) {}
Completed in 7 milliseconds