Searched refs:ULOC_ACTUAL_LOCALE (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/ext/intl/tests/ |
H A D | collator_create2.phpt | 48 " ULOC_ACTUAL_LOCALE = '$aloc'\n"; 62 ULOC_ACTUAL_LOCALE = 'root' 66 ULOC_ACTUAL_LOCALE = 'uk' 70 ULOC_ACTUAL_LOCALE = 'uk' 74 ULOC_ACTUAL_LOCALE = '%s' 78 ULOC_ACTUAL_LOCALE = 'root' 82 ULOC_ACTUAL_LOCALE = 'uk'
|
H A D | collator_create3.phpt | 49 " ULOC_ACTUAL_LOCALE = '$aloc'\n"; 63 ULOC_ACTUAL_LOCALE = 'root' 67 ULOC_ACTUAL_LOCALE = 'uk' 71 ULOC_ACTUAL_LOCALE = 'root' 75 ULOC_ACTUAL_LOCALE = '%s' 79 ULOC_ACTUAL_LOCALE = 'root' 83 ULOC_ACTUAL_LOCALE = 'uk'
|
H A D | collator_create4.phpt | 48 " ULOC_ACTUAL_LOCALE = '$aloc'\n"; 62 ULOC_ACTUAL_LOCALE = 'root' 66 ULOC_ACTUAL_LOCALE = 'uk' 71 ULOC_ACTUAL_LOCALE = '%s' 75 ULOC_ACTUAL_LOCALE = 'root' 79 ULOC_ACTUAL_LOCALE = 'uk'
|
H A D | ut_common.inc | 380 function ut_datefmt_get_locale( $fmt ,$type=ULOC_ACTUAL_LOCALE)
|
/PHP-8.2/ext/intl/collator/ |
H A D | collator.stub.php | 9 const ULOC_ACTUAL_LOCALE = UNKNOWN; define
|
H A D | collator_arginfo.h | 95 REGISTER_LONG_CONSTANT("ULOC_ACTUAL_LOCALE", ULOC_ACTUAL_LOCALE, CONST_PERSISTENT); in register_collator_symbols()
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 157 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-8.2/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 133 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor() 212 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resourcebundle_array_fetch()
|
/PHP-8.2/ext/intl/formatter/ |
H A D | formatter.stub.php | 486 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {}
|
H A D | formatter_attr.c | 364 zend_long type = ULOC_ACTUAL_LOCALE; in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/locale/ |
H A D | locale_arginfo.h | 116 ZVAL_LONG(&const_ACTUAL_LOCALE_value, ULOC_ACTUAL_LOCALE); in register_class_Locale()
|
/PHP-8.2/ext/intl/breakiterator/ |
H A D | breakiterator_methods.cpp | 318 if (locale_type != ULOC_ACTUAL_LOCALE && locale_type != ULOC_VALID_LOCALE) { in PHP_METHOD()
|
/PHP-8.2/ext/intl/ |
H A D | php_intl.stub.php | 360 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f… 422 function numfmt_get_locale(NumberFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|fals…
|
/PHP-8.2/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 583 if (locale_type != ULOC_ACTUAL_LOCALE && locale_type != ULOC_VALID_LOCALE) { in PHP_FUNCTION()
|
Completed in 21 milliseconds