Home
last modified time | relevance | path

Searched defs:locale (Results 1 – 21 of 21) sorted by relevance

/PHP-8.0/ext/intl/locale/
H A Dlocale.stub.php17 public static function setDefault(string $locale) {}
23 public static function getPrimaryLanguage(string $locale) {}
29 public static function getScript(string $locale) {}
35 public static function getRegion(string $locale) {}
41 public static function getKeywords(string $locale) {}
47 public static function getDisplayScript(string $locale, ?string $displayLocale = null) {}
53 public static function getDisplayRegion(string $locale, ?string $displayLocale = null) {}
59 public static function getDisplayName(string $locale, ?string $displayLocale = null) {}
83 public static function parseLocale(string $locale) {}
89 public static function getAllVariants(string $locale) {}
[all …]
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat.stub.php7 public function __construct(string $locale, string $pattern) {}
13 public static function create(string $locale, string $pattern) {}
25 public static function formatMessage(string $locale, string $pattern, array $values) {}
37 public static function parseMessage(string $locale, string $pattern, string $message) {}
H A Dmsgformat.c30 const char* locale; in msgfmt_ctor() local
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator.stub.php8 public static function createCharacterInstance(?string $locale = null) {}
14 public static function createLineInstance(?string $locale = null) {}
17 public static function createSentenceInstance(?string $locale = null) {}
20 public static function createTitleInstance(?string $locale = null) {}
23 public static function createWordInstance(?string $locale = null) {}
H A Dbreakiterator_methods.cpp328 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_METHOD() local
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php12 function intlcal_create_instance($timezone = null, ?string $locale = null): ?IntlCalendar {}
122 function collator_create(string $locale): ?Collator {}
282 function locale_set_default(string $locale): bool {}
284 function locale_get_primary_language(string $locale): ?string {}
286 function locale_get_script(string $locale): ?string {}
288 function locale_get_region(string $locale): ?string {}
290 function locale_get_keywords(string $locale): array|false|null {}
304 function locale_parse(string $locale): ?array {}
306 function locale_get_all_variants(string $locale): ?array {}
310 function locale_canonicalize(string $locale): ?string {}
[all …]
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php7 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {}
13 public static function create(?string $locale, ?string $bundle, bool $fallback = true) {}
H A Dresourcebundle_class.c81 const char *locale; in resourcebundle_ctor() local
205 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resourcebundle_array_fetch() local
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat.stub.php11 …public function __construct(?string $locale, int $dateType, int $timeType, $timezone = null, $cale…
18 …public static function create(?string $locale, int $dateType, int $timeType, $timezone = null, Int…
112 public static function formatObject($datetime, $format = null, ?string $locale = null) {}
H A Ddateformat_helpers.cpp32 …nd_object *calendar_obj, zend_long calendar_long, zend_bool calendar_is_null, Locale const& locale, in datefmt_process_calendar_arg()
H A Ddateformat_attrcpp.cpp182 Locale locale = Locale::createFromName(dfo->requested_locale); in PHP_FUNCTION() local
H A Ddateformat_create.cpp53 Locale locale; in datefmt_ctor() local
/PHP-8.0/ext/intl/collator/
H A Dcollator.stub.php7 public function __construct(string $locale) {}
13 public static function create(string $locale) {}
H A Dcollator_create.c27 const char* locale; in collator_ctor() local
/PHP-8.0/ext/intl/formatter/
H A Dformatter.stub.php7 public function __construct(string $locale, int $style, ?string $pattern = null) {}
13 public static function create(string $locale, int $style, ?string $pattern = null) {}
H A Dformatter_main.c28 const char* locale; in numfmt_ctor() local
/PHP-8.0/ext/intl/calendar/
H A Dcalendar.stub.php14 public static function createInstance($timezone = null, ?string $locale = null) {}
56 public static function fromDateTime(DateTime|string $datetime, ?string $locale = null) {}
116 …public static function getKeywordValuesForLocale(string $keyword, string $locale, bool $onlyCommon…
H A Dgregoriancalendar_methods.cpp52 char *locale = NULL; in _php_intlgregcal_constructor_body() local
H A Dcalendar_methods.cpp165 *locale; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
211 Locale locale = availLocales[i]; in PHP_FUNCTION() local
590 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION() local
H A Dcalendar_class.cpp192 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info() local
/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php57 …tDisplayName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null) {}

Completed in 46 milliseconds