Searched refs:numfmt_get_locale (Results 1 – 7 of 7) sorted by relevance
30 PHP_FUNCTION( numfmt_get_locale );
186 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()
195 return $GLOBALS['oo-mode'] ? $fmt->getLocale( $type ) : numfmt_get_locale( $fmt, $type );
484 function numfmt_get_locale($formatter, $type = 0) {} function
402 PHP_FE( numfmt_get_locale, arginfo_numfmt_get_locale )
Completed in 24 milliseconds