Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dcollator_create2.phpt48 " 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 Dcollator_create3.phpt49 " 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 Dcollator_create4.phpt48 " 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 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.c131 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor()
224 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.php275 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.cpp318 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.cpp643 if (locale_type != ULOC_ACTUAL_LOCALE && locale_type != ULOC_VALID_LOCALE) { in PHP_FUNCTION()

Completed in 28 milliseconds