Searched refs:numfmt_get_locale (Results 1 – 8 of 8) sorted by relevance
30 PHP_FUNCTION( numfmt_get_locale );
187 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
668 PHP_FE( numfmt_get_locale, arginfo_numfmt_get_locale )
Completed in 19 milliseconds