Searched refs:ULOC_ACTUAL_LOCALE (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/intl/tests/ |
H A D | collator_create.phpt | 47 " ULOC_ACTUAL_LOCALE = '$aloc'\n"; 61 ULOC_ACTUAL_LOCALE = 'en' 65 ULOC_ACTUAL_LOCALE = 'uk' 69 ULOC_ACTUAL_LOCALE = 'uk' 73 ULOC_ACTUAL_LOCALE = '%s' 77 ULOC_ACTUAL_LOCALE = 'root' 81 ULOC_ACTUAL_LOCALE = 'uk'
|
H A D | collator_create2.phpt | 47 " ULOC_ACTUAL_LOCALE = '$aloc'\n"; 61 ULOC_ACTUAL_LOCALE = 'root' 65 ULOC_ACTUAL_LOCALE = 'uk' 69 ULOC_ACTUAL_LOCALE = 'uk' 73 ULOC_ACTUAL_LOCALE = '%s' 77 ULOC_ACTUAL_LOCALE = 'root' 81 ULOC_ACTUAL_LOCALE = 'uk'
|
H A D | ut_common.inc | 368 function ut_datefmt_get_locale( $fmt ,$type=ULOC_ACTUAL_LOCALE)
|
/PHP-5.3/ext/intl/doc/ |
H A D | datefmt_api.php | 169 public function getLocale($type = ULOC_ACTUAL_LOCALE) {} 357 function datefmt_get_locale($fmt , $type = ULOC_ACTUAL_LOCALE) {}
|
H A D | collator_api.php | 30 const ULOC_ACTUAL_LOCALE = 0; define in Collator
|
/PHP-5.3/ext/intl/collator/ |
H A D | collator.c | 75 COLLATOR_EXPOSE_CONST( ULOC_ACTUAL_LOCALE ); in collator_register_constants()
|
/PHP-5.3/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 50 …locale = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), ULOC_ACTUAL_LOCALE, &INTL_DATA_ERRO… in internal_set_calendar() 297 long loc_type =ULOC_ACTUAL_LOCALE; in PHP_FUNCTION()
|
/PHP-5.3/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 116 …bundlename, locale, ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb)) ); in resourcebundle_ctor() 194 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resourcebundle_array_fetch()
|
/PHP-5.3/ext/intl/formatter/ |
H A D | formatter_attr.c | 429 long type = ULOC_ACTUAL_LOCALE; in PHP_FUNCTION()
|
Completed in 15 milliseconds