Home
last modified time | relevance | path

Searched refs:Locale (Results 1 – 25 of 55) sorted by relevance

123

/PHP-7.4/ext/intl/tests/
H A Dlocale_compose_locale.phpt16 Locale::LANG_TAG =>'sl' ,
18 Locale::REGION_TAG =>'IT'
21 Locale::LANG_TAG =>'de' ,
22 Locale::REGION_TAG =>'DE'
25 Locale::LANG_TAG =>'hi'
28 Locale::LANG_TAG =>'zh' ,
30 Locale::REGION_TAG =>'CN'
33 Locale::LANG_TAG =>'es' ,
68 Locale::LANG_TAG => 45,
145 Composed Locale: de_DE
[all …]
H A Dcollator_get_locale2.phpt16 Locale::VALID_LOCALE,
17 Locale::ACTUAL_LOCALE,
33 "Locale of type %s is %s\n",
45 Locale of type 1 is 'en_US'
46 Locale of type 0 is 'root'
47 Locale of type 100 is false
48 Locale of type -100 is false
49 Locale of type -9999999999999 is false
50 Locale of type 9999999999999 is false
51 Locale of type 1.2 is 'en_US'
H A Dcollator_create2.phpt40 $vloc = ut_coll_get_locale( $coll, Locale::VALID_LOCALE );
41 $aloc = ut_coll_get_locale( $coll, Locale::ACTUAL_LOCALE );
44 $res_str .= "Locale: '$locale'\n" .
58 Locale: 'EN-US-ODESSA'
62 Locale: 'UK_UA_ODESSA'
66 Locale: 'uk-ua_CALIFORNIA@currency=;currency=GRN'
70 Locale: ''
74 Locale: 'root'
78 Locale: 'uk@currency=EURO'
82 …537394143454749515357596163656769717375777981838587899193959799' locale: Locale string too long, s…
H A Dcollator_create3.phpt41 $vloc = ut_coll_get_locale( $coll, Locale::VALID_LOCALE );
42 $aloc = ut_coll_get_locale( $coll, Locale::ACTUAL_LOCALE );
45 $res_str .= "Locale: '$locale'\n" .
59 Locale: 'EN-US-ODESSA'
63 Locale: 'UK_UA_ODESSA'
67 Locale: 'uk-ua_CALIFORNIA@currency=;currency=GRN'
71 Locale: ''
75 Locale: 'root'
79 Locale: 'uk@currency=EURO'
83 …537394143454749515357596163656769717375777981838587899193959799' locale: Locale string too long, s…
H A Dcollator_create4.phpt40 $vloc = ut_coll_get_locale( $coll, Locale::VALID_LOCALE );
41 $aloc = ut_coll_get_locale( $coll, Locale::ACTUAL_LOCALE );
44 $res_str .= "Locale: '$locale'\n" .
58 Locale: 'EN-US-ODESSA'
62 Locale: 'UK_UA_ODESSA'
67 Locale: ''
71 Locale: 'root'
75 Locale: 'uk@currency=EURO'
79 …537394143454749515357596163656769717375777981838587899193959799' locale: Locale string too long, s…
H A Dlocale_bug72658.phpt2 Bug #72658 Locale::lookup() / locale_lookup() hangs if no match found
9 Locale::lookup(['en-Latn-US', 'sl', 'sl-IT'], 'en-US', true, 'de-DE'),
10 Locale::lookup(['en-Latn-US', 'sl', 'sl-IT'], 'en-US', false, 'de-DE')
H A Dcalendar_createInstance_variation1.phpt16 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
21 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
26 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
31 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
36 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
H A Dmsgfmt_format.phpt49 Locale is: en_US
53 Locale is: ru_UA
57 Locale is: de
61 Locale is: en_UK
65 Locale is: root
68 Locale is: fr
H A Dmsgfmt_parse.phpt57 Locale is: en_US
69 Locale is: ru_UA
81 Locale is: de
93 Locale is: en_UK
105 Locale is: root
108 Locale is: fr
H A Dbug78804.phpt2 Bug #78804: Segmentation fault in Locale::filterMatches
6 if (Locale::filterMatches('en-US', 'und', true)) {
H A Dcalendar_getLocale_basic.phpt13 var_dump($intlcal->getLocale(Locale::ACTUAL_LOCALE));
14 var_dump(intlcal_get_locale($intlcal, Locale::VALID_LOCALE));
H A Dformatter_format2.phpt72 Locale is: en_US
84 Locale is: ru_UA
96 Locale is: de
108 Locale is: fr
120 Locale is: en_UK
H A Dformatter_format3.phpt73 Locale is: en_US
85 Locale is: ru_UA
97 Locale is: de
109 Locale is: fr
121 Locale is: en_UK
H A Dformatter_format4.phpt73 Locale is: en_US
85 Locale is: ru_UA
97 Locale is: de
109 Locale is: fr
121 Locale is: en_UK
H A Dformatter_format5.phpt73 Locale is: en_US
85 Locale is: ru_UA
97 Locale is: de
109 Locale is: fr
121 Locale is: en_UK
H A Dformatter_format6.phpt73 Locale is: en_US
85 Locale is: ru_UA
97 Locale is: de
109 Locale is: fr
121 Locale is: en_UK
H A Dformatter_format7.phpt73 Locale is: en_US
85 Locale is: ru_UA
97 Locale is: de
109 Locale is: fr
121 Locale is: en_UK
H A Dformatter_format8.phpt72 Locale is: en_US
84 Locale is: ru_UA
96 Locale is: de
108 Locale is: fr
120 Locale is: en_UK
H A Dlocale_bug66289.phpt2 Bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty
17 $availableLocales = array(Locale::getDefault());
H A Dlocale_bug74439.phpt2 Bug #74439 Wrong reflection on the Locale methods
30 $rm = new ReflectionMethod(Locale::class, $method);
H A Dut_common.inc233 return $GLOBALS['oo-mode'] ? Locale::getDefault( ) : locale_get_default();
237 return $GLOBALS['oo-mode'] ? Locale::setDefault( $locale ) : locale_set_default( $locale );
241 …return $GLOBALS['oo-mode'] ? Locale::getPrimaryLanguage( $locale ) : locale_get_primary_language( …
245 return $GLOBALS['oo-mode'] ? Locale::getScript( $locale ) : locale_get_script( $locale );
249 return $GLOBALS['oo-mode'] ? Locale::getRegion( $locale ) : locale_get_region( $locale );
253 return $GLOBALS['oo-mode'] ? Locale::getKeywords( $locale ) : locale_get_keywords( $locale );
277 …return $GLOBALS['oo-mode'] ? Locale::composeLocale( $loc_parts_arr ) : locale_compose( $loc_parts_…
281 return $GLOBALS['oo-mode'] ? Locale::parseLocale( $locale ) : locale_parse($locale );
285 …return $GLOBALS['oo-mode'] ? Locale::getAllVariants( $locale ) : locale_get_all_variants( $locale …
293 return $GLOBALS['oo-mode'] ? Locale::canonicalize( $locale ) : locale_canonicalize( $locale );
[all …]
H A Dformatter_get_locale.phpt22 Locale::ACTUAL_LOCALE => 'actual',
23 Locale::VALID_LOCALE => 'valid',
/PHP-7.4/ext/intl/tests/locale/
H A Dbug72809.phpt2 Bug #72809 (Locale::lookup() wrong result with canonicalize option)
10 Locale::lookup(['en', 'en-US'], 'en-US-u-cu-EUR-tz-deber-fw-mon', true),
11 Locale::lookup(['en', 'en_US'], 'en_US@currency=eur;fw=mon;timezone=Europe/Berlin', false),
12 Locale::lookup(['en', 'en_US'], 'en_US@currency=eur;fw=mon;timezone=Europe/Berlin', true),
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_helpers.h31 using icu::Locale;
36 Locale const& locale,
/PHP-7.4/ext/pgsql/tests/
H A Dbug46408.phpt2 Bug #46408 (Locale number format settings can cause pg_query_params to break with numerics)
7 echo "skip Locale hr_HR.utf-8 not present";

Completed in 40 milliseconds

123