Searched refs:numfmt_get_locale (Results 1 – 10 of 10) sorted by relevance
30 PHP_FUNCTION( numfmt_get_locale );
168 PHP_NAMED_FE( getLocale, ZEND_FN( numfmt_get_locale ), arginfo_numberformatter_getlocale )
427 PHP_FUNCTION( numfmt_get_locale ) in PHP_FUNCTION() argument
2 numfmt_get_locale()
2 numfmt_get_locale() icu >= 4.8 && icu < 50.1.2
203 return $GLOBALS['oo-mode'] ? $fmt->getLocale( $type ) : numfmt_get_locale( $fmt, $type );
484 function numfmt_get_locale($formatter, $type = 0) {} function
658 PHP_FE( numfmt_get_locale, arginfo_numfmt_get_locale )
Completed in 44 milliseconds