Home
last modified time | relevance | path

Searched refs:locales (Results 26 – 50 of 87) sorted by relevance

1234

/PHP-7.0/ext/intl/tests/
H A Dmsgfmt_format.phpt9 * Format a number using misc locales/patterns.
15 $locales = array(
28 foreach( $locales as $locale => $pattern )
H A Dcollator_get_locale.phpt17 $locales = array(
30 foreach( $locales as $locale )
H A Dcollator_get_locale2.phpt16 $locales = array(
29 foreach( $locales as $locale )
H A Dlocale_get_all_variants.phpt15 $locales = array(
29 foreach($locales as $locale){
H A Dlocale_get_keywords.phpt10 * Try getting the keywords for different locales
18 $locales = array(
23 $locales = array(
77 foreach( $locales as $locale )
H A Dlocale_get_script.phpt9 * Try getting the prmary language for different locales
16 $locales = array(
70 foreach( $locales as $locale )
H A Dlocale_get_keywords2.phpt10 * Try getting the keywords for different locales
18 $locales = array(
23 $locales = array(
77 foreach( $locales as $locale )
H A Dlocale_set_default.phpt9 * Try setting the default Locale with different locales
17 $locales = array(
70 $locales = array(
76 foreach( $locales as $locale )
H A Dlocale_get_primary_language.phpt9 * Try getting the prmary language for different locales
17 $locales = array(
71 foreach( $locales as $locale )
H A Dlocale_get_region.phpt9 * Try getting the region for different locales
17 $locales = array(
72 foreach( $locales as $locale )
H A Dlocale_get_default.phpt11 * Try getting the default Locale with different locales
H A Dresourcebundle_create.phpt2 Test ResourceBundle::__construct() - existing/missing bundles/locales
H A Dcollator_get_sort_key_variant6.phpt10 * Get sort keys using various locales
H A Dcollator_get_sort_key.phpt12 * Get sort keys using various locales
/PHP-7.0/ext/standard/tests/strings/
H A Dbug65769.phpt15 $locales = array('sve', 'french', 'us', 'ru', 'czech', 'serbian');
17 foreach ($locales as $locale) {
H A Dbug68636.phpt9 die('skip available locales not usable');
H A Dstrtoupper.phpt15 // of locales transparent for the end user.
/PHP-7.0/ext/pcre/tests/
H A Dskip.ini3 test[]=locales.phpt
/PHP-7.0/ext/date/tests/
H A Dbug65184.phpt2 Test bug #65184 strftime() returns insufficient-length string under multibyte locales
/PHP-7.0/ext/json/tests/
H A Dbug42785.phpt2 Bug #42785 (Incorrect formatting of double values with non-english locales)
/PHP-7.0/ext/iconv/tests/
H A Diconv_basic_001.phpt8 <?php if(setlocale(LC_ALL, "en_US.utf8") === false) { die('skip en_US.utf8 locales not available');…
/PHP-7.0/ext/standard/tests/file/
H A Dbug72330.phpt6 die('skip available locales not usable');
/PHP-7.0/ext/gettext/tests/
H A Dbug66267.phpt2 #66265: gettext doesn't switch locales within the same script
/PHP-7.0/ext/intl/doc/
H A DTutorial.txt2 Return the locales available at the time of the call, including registered locales.
5 Returned locales list is a strings in format of RFC4646 standart (see http://www.rfc-editor.org/rfc…
6 Examle of locales format: 'en_US', 'ru_UA', 'ua_UA' (see http://demo.icu-project.org/icu-bin/locexp…
91 locales the default value is thus Tertiary. However, if Alternate is set to be Shifted,
174 is automatically set to On for the French locales and a few others. Users normally would
195 set Strength to be Primary, and Case_Level to be On. In most locales, this setting is Off by defaul…
202 or not in comparison. Even if the setting is off (which is the default for many locales), text as
224 and Alternate set to Shifted. The default for most locales is NonIgnorable. If Shifted is selected,
/PHP-7.0/
H A D.travis.yml7 - locales

Completed in 36 milliseconds

1234