Home
last modified time | relevance | path

Searched refs:ULOC_ACTUAL_LOCALE (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/intl/tests/
H A Dcollator_create4.phpt46 " ULOC_ACTUAL_LOCALE = '$aloc'\n";
60 ULOC_ACTUAL_LOCALE = 'root'
64 ULOC_ACTUAL_LOCALE = 'uk'
69 ULOC_ACTUAL_LOCALE = '%s'
73 ULOC_ACTUAL_LOCALE = 'root'
77 ULOC_ACTUAL_LOCALE = 'uk'
H A Dut_common.inc380 function ut_datefmt_get_locale( $fmt ,$type=ULOC_ACTUAL_LOCALE)
/php-src/ext/intl/collator/
H A Dcollator.stub.php9 const ULOC_ACTUAL_LOCALE = UNKNOWN; define
H A Dcollator_arginfo.h93 REGISTER_LONG_CONSTANT("ULOC_ACTUAL_LOCALE", ULOC_ACTUAL_LOCALE, CONST_PERSISTENT); in register_collator_symbols()
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php126 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {}
H A Ddateformat_attr.c142 zend_long loc_type =ULOC_ACTUAL_LOCALE; in PHP_FUNCTION()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c132 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor()
225 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resource_bundle_array_fetch()
/php-src/ext/intl/formatter/
H A Dformatter.stub.php273 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {}
H A Dformatter_attr.c370 zend_long type = ULOC_ACTUAL_LOCALE; in PHP_FUNCTION()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp306 if (locale_type != ULOC_ACTUAL_LOCALE && locale_type != ULOC_VALID_LOCALE) { in PHP_METHOD()
/php-src/ext/intl/locale/
H A Dlocale_arginfo.h114 ZVAL_LONG(&const_ACTUAL_LOCALE_value, ULOC_ACTUAL_LOCALE); in register_class_Locale()
/php-src/ext/intl/
H A Dphp_intl.stub.php362 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f…
424 function numfmt_get_locale(NumberFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|fals…
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp641 if (locale_type != ULOC_ACTUAL_LOCALE && locale_type != ULOC_VALID_LOCALE) { in PHP_FUNCTION()

Completed in 34 milliseconds