Home
last modified time | relevance | path

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

/php-src/ext/intl/locale/
H A Dlocale.stub.php38 public static function setDefault(string $locale): true {}
44 public static function getPrimaryLanguage(string $locale): ?string{}
50 public static function getScript(string $locale): ?string {}
56 public static function getRegion(string $locale): ?string {}
63 public static function getKeywords(string $locale): array|false|null {}
69 …public static function getDisplayScript(string $locale, ?string $displayLocale = null): string|fal…
75 …public static function getDisplayRegion(string $locale, ?string $displayLocale = null): string|fal…
81 …public static function getDisplayName(string $locale, ?string $displayLocale = null): string|false…
105 public static function parseLocale(string $locale): ?array {}
111 public static function getAllVariants(string $locale): ?array {}
[all …]
/php-src/ext/intl/msgformat/
H A Dmsgformat.stub.php8 public function __construct(string $locale, string $pattern) {}
14 public static function create(string $locale, string $pattern): ?MessageFormatter {}
26 …public static function formatMessage(string $locale, string $pattern, array $values): string|false…
40 …public static function parseMessage(string $locale, string $pattern, string $message): array|false…
H A Dmsgformat.c30 char* locale; in msgfmt_ctor() local
/php-src/ext/intl/breakiterator/
H A Dbreakiterator.stub.php51 public static function createCharacterInstance(?string $locale = null): ?IntlBreakIterator {}
57 public static function createLineInstance(?string $locale = null): ?IntlBreakIterator {}
60 public static function createSentenceInstance(?string $locale = null): ?IntlBreakIterator {}
63 public static function createTitleInstance(?string $locale = null): ?IntlBreakIterator {}
66 public static function createWordInstance(?string $locale = null): ?IntlBreakIterator {}
H A Dbreakiterator_methods.cpp314 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_METHOD() local
/php-src/ext/intl/
H A Dphp_intl.stub.php293 function collator_create(string $locale): ?Collator {}
333 ?string $locale,
466 function locale_set_default(string $locale): true {}
468 function locale_get_primary_language(string $locale): ?string {}
470 function locale_get_script(string $locale): ?string {}
472 function locale_get_region(string $locale): ?string {}
478 function locale_get_keywords(string $locale): array|false|null {}
492 function locale_parse(string $locale): ?array {}
494 function locale_get_all_variants(string $locale): ?array {}
498 function locale_canonicalize(string $locale): ?string {}
[all …]
/php-src/ext/intl/dateformat/
H A Ddatepatterngenerator.stub.php8 public function __construct(?string $locale = null) {}
10 public static function create(?string $locale = null): ?IntlDatePatternGenerator {}
H A Ddateformat.stub.php39 ?string $locale,
53 ?string $locale,
153 …public static function formatObject($datetime, $format = null, ?string $locale = null): string|fal…
H A Ddateformat_helpers.cpp32 zend_object *calendar_obj, zend_long calendar_long, bool calendar_is_null, Locale const& locale, in datefmt_process_calendar_arg()
H A Ddatepatterngenerator_methods.cpp63 Locale locale = Locale::createFromName(locale_str); in dtpg_ctor() local
H A Ddateformat_attrcpp.cpp184 Locale locale = Locale::createFromName(dfo->requested_locale); in PHP_FUNCTION() local
H A Ddateformat_create.cpp53 Locale locale; in datefmt_ctor() local
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php8 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {}
14 …public static function create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
H A Dresourcebundle_class.c79 char *locale; in resourcebundle_ctor() local
225 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resource_bundle_array_fetch() local
/php-src/ext/intl/collator/
H A Dcollator.stub.php78 public function __construct(string $locale) {}
84 public static function create(string $locale): ?Collator {}
H A Dcollator_create.c27 char* locale; in collator_ctor() local
/php-src/ext/intl/formatter/
H A Dformatter.stub.php188 public function __construct(string $locale, int $style, ?string $pattern = null) {}
194 …public static function create(string $locale, int $style, ?string $pattern = null): ?NumberFormatt…
H A Dformatter_main.c29 char* locale; in numfmt_ctor() local
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php97 … public static function createInstance($timezone = null, ?string $locale = null): ?IntlCalendar {}
139 …public static function fromDateTime(DateTime|string $datetime, ?string $locale = null): ?IntlCalen…
200 …public static function getKeywordValuesForLocale(string $keyword, string $locale, bool $onlyCommon…
H A Dcalendar_methods.cpp166 *locale; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
209 Locale locale = availLocales[i]; in PHP_FUNCTION() local
648 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION() local
H A Dcalendar_class.cpp178 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info() local
H A Dgregoriancalendar_methods.cpp87 char *locale = NULL; in _php_intlgregcal_constructor_body() local
/php-src/ext/intl/timezone/
H A Dtimezone.stub.php83 …layName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null): strin…

Completed in 48 milliseconds