Home
last modified time | relevance | path

Searched refs:locale (Results 101 – 125 of 215) sorted by relevance

123456789

/PHP-5.5/ext/intl/tests/
H A Dregression_sort_and_cow.phpt16 function test_COW( $locale, $test_array )
20 $coll = ut_coll_create( $locale );
H A Dregression_sortwsk_and_cow.phpt17 function test_COW( $locale, $test_array )
21 $coll = ut_coll_create( $locale );
H A Dlocale_get_script.phpt70 foreach( $locales as $locale )
72 $scr = ut_loc_get_script( $locale);
73 $res_str .= "$locale: script='$scr'";
H A Dlocale_get_primary_language.phpt71 foreach( $locales as $locale )
73 $lang = ut_loc_get_primary_language( $locale);
74 $res_str .= "$locale: primary_language='$lang'";
H A Dlocale_get_region.phpt72 foreach( $locales as $locale )
74 $scr = ut_loc_get_region( $locale);
75 $res_str .= "$locale: region='$scr'";
H A Dbug14562.phpt2 Bug #14562 NumberFormatter breaks when locale changes
H A Dbug72533.phpt29 'locale_accept_from_http: locale string too long: U_ILLEGAL_ARGUMENT_ERROR'
H A Dspoofchecker_003.phpt2 spoofchecker with locale settings
H A Dlocale_compose_locale.phpt117 $locale = ut_loc_locale_compose( $value);
119 if( $locale){
120 $res_str .= "$locale";
H A Dtimezone_getDisplayName_variant3.phpt2 IntlTimeZone::getDisplayName(): locale parameter
H A Dtimezone_getDisplayName_variant3-49+.phpt2 IntlTimeZone::getDisplayName(): locale parameter
/PHP-5.5/ext/pcre/tests/
H A Dskip_001.inc8 die('skip pt locale not available');
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39815.phpt2 Bug #39815 (to_zval_double() in ext/soap/php_encoding.c is not locale-independent)
7 if (!@setlocale(LC_ALL, 'sv_SE', 'sv_SE.ISO8859-1')) die('skip sv_SE locale not available');
8 if (!@setlocale(LC_ALL, 'en_US', 'en_US.ISO8859-1')) die('skip en_US locale not available');
/PHP-5.5/ext/intl/
H A Dphp_intl.c245 ZEND_ARG_INFO(0, locale)
294 ZEND_ARG_INFO(0, locale)
312 ZEND_ARG_INFO(0, locale)
323 ZEND_ARG_INFO(0, locale)
360 ZEND_ARG_INFO(0, locale)
365 ZEND_ARG_INFO(0, locale)
388 ZEND_ARG_INFO( 0, locale )
492 ZEND_ARG_INFO( 0, locale )
504 ZEND_ARG_INFO( 0, locale )
541 ZEND_ARG_INFO( 0, locale )
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_f_3.phpt4 <?php if(false == setlocale(LC_NUMERIC, "is_IS", "is_IS.UTF-8")) print "skip icelandic locale not s…
H A Dmoneyformat.phpt10 die('skip en_US locale not available');
H A Dnl_langinfo_basic.phpt13 * Description: Query language and locale information
H A Dstrtoupper.phpt6 die("skip locale needed for this test is not supported on this platform");
/PHP-5.5/ext/json/tests/
H A Dbug41403.phpt9 die("skip no de_DE locale");
H A Dbug42785.phpt8 die("skip locale needed for this test is not supported on this platform");
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput31 /-- This set of tests checks local-specific features, using the "fr_FR" locale.
2 It is not Perl-compatible. When run via RunTest, the locale is edited to
5 where the locale is called "french" and the tests are run using
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c115 ZEND_ARG_INFO(0, locale)
123 ZEND_ARG_INFO(0, locale)
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp222 Locale locale = Locale::createFromName(dfo->requested_locale); in PHP_FUNCTION() local
227 if (datefmt_process_calendar_arg(calendar_zv, locale, in PHP_FUNCTION()
/PHP-5.5/ext/date/tests/
H A Dgmstrftime_basic.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dstrftime_basic.phpt6 * Description: Format a local time/date according to locale settings

Completed in 59 milliseconds

123456789