Searched refs:ULOC_ACTUAL_LOCALE (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | collator_create4.phpt | 46 " 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 D | ut_common.inc | 380 function ut_datefmt_get_locale( $fmt ,$type=ULOC_ACTUAL_LOCALE)
|
/php-src/ext/intl/collator/ |
H A D | collator.stub.php | 9 const ULOC_ACTUAL_LOCALE = UNKNOWN; define
|
H A D | collator_arginfo.h | 93 REGISTER_LONG_CONSTANT("ULOC_ACTUAL_LOCALE", ULOC_ACTUAL_LOCALE, CONST_PERSISTENT); in register_collator_symbols()
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 126 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {}
|
H A D | dateformat_attr.c | 142 zend_long loc_type =ULOC_ACTUAL_LOCALE; in PHP_FUNCTION()
|
/php-src/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 132 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 D | formatter.stub.php | 273 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {}
|
H A D | formatter_attr.c | 370 zend_long type = ULOC_ACTUAL_LOCALE; in PHP_FUNCTION()
|
/php-src/ext/intl/breakiterator/ |
H A D | breakiterator_methods.cpp | 306 if (locale_type != ULOC_ACTUAL_LOCALE && locale_type != ULOC_VALID_LOCALE) { in PHP_METHOD()
|
/php-src/ext/intl/locale/ |
H A D | locale_arginfo.h | 114 ZVAL_LONG(&const_ACTUAL_LOCALE_value, ULOC_ACTUAL_LOCALE); in register_class_Locale()
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 362 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 D | calendar_methods.cpp | 641 if (locale_type != ULOC_ACTUAL_LOCALE && locale_type != ULOC_VALID_LOCALE) { in PHP_FUNCTION()
|
Completed in 34 milliseconds