Home
last modified time | relevance | path

Searched refs:locale (Results 176 – 200 of 215) sorted by relevance

123456789

/PHP-5.5/ext/date/tests/
H A Dgmstrftime_variation5.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dstrftime_variation13.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation14.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation21.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation5.phpt6 * Description: Format a local time/date according to locale settings
H A Dgmstrftime_variation15.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
H A Dgmstrftime_variation16.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
H A Dgmstrftime_variation22.phpt15 * Description: Format a GMT/UCT time/date according to locale settings
H A Dstrftime_variation6.phpt6 * Description: Format a local time/date according to locale settings
H A Dgmstrftime_variation6.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dgmstrftime_variation7.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dstrftime_variation15.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation16.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation22.phpt15 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation1.phpt6 * Description: Format a local time/date according to locale settings
H A Dgmstrftime_variation1.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dstrftime_variation2.phpt6 * Description: Format a local time/date according to locale settings
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp191 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info() local
194 const_cast<char*>(locale.getName()), 1); in Calendar_get_debug_info()
315 ZEND_ARG_INFO(0, locale)
320 ZEND_ARG_INFO(0, locale)
H A Dcalendar_methods.cpp145 *locale; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
152 &key, &key_len, &locale, &locale_len, &commonly_used) == FAILURE) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
161 Locale::createFromName(locale), (UBool)commonly_used, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
170 key, locale, !!commonly_used, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
212 Locale locale = availLocales[i]; in PHP_FUNCTION() local
213 add_next_index_string(return_value, locale.getName(), 1); in PHP_FUNCTION()
729 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION() local
734 RETURN_STRING(locale.getName(), 1); in PHP_FUNCTION()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp378 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION() local
383 RETURN_STRING(locale.getName(), 1); in PHP_FUNCTION()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c97 pefree(pce->locale, 1); in php_free_pcre_cache()
267 char *locale; in pcre_get_compiled_regex_cache() local
277 locale = setlocale(LC_CTYPE, NULL); in pcre_get_compiled_regex_cache()
291 if (!strcmp(pce->locale, locale)) { in pcre_get_compiled_regex_cache()
414 if (strcmp(locale, "C")) in pcre_get_compiled_regex_cache()
466 new_entry.locale = pestrdup(locale, 1); in pcre_get_compiled_regex_cache()
/PHP-5.5/ext/standard/tests/strings/
H A Dnl_langinfo_variation1.phpt13 * Description: Query language and locale information
H A Dget_html_translation_table_variation2.phpt14 //set locale to en_US.UTF-8
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c153 ZEND_ARG_INFO(0, locale)
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME341 a program called dftables is compiled and run in the default C locale when
725 If you build PCRE with a locale setting that is not the standard C locale, the
727 cause failures in the second set of tests. For example, in a locale where the
736 set of character tables for a specific locale and using them instead of the
737 default tables. The tests make use of the "fr_FR" (French) locale. Before
739 the "locale" command. If that command fails, or if it doesn't include "fr_FR"
743 ** Failed to set locale "fr_FR"
746 despite being listed by "locale". This does not mean that PCRE is broken.
797 of tables in the current locale. If the final argument for pcre_compile() is
815 it uses the default C locale that is set on your system. It does not pay
[all …]

Completed in 41 milliseconds

123456789