Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/locale/
H A Dlocale.stub.php65 public static function setDefault(string $locale) {} // TODO make return type void
71 public static function getPrimaryLanguage(string $locale): ?string{}
77 public static function getScript(string $locale): ?string {}
83 public static function getRegion(string $locale): ?string {}
90 public static function getKeywords(string $locale): array|false|null {}
96 …public static function getDisplayScript(string $locale, ?string $displayLocale = null): string|fal…
102 …public static function getDisplayRegion(string $locale, ?string $displayLocale = null): string|fal…
108 …public static function getDisplayName(string $locale, ?string $displayLocale = null): string|false…
132 public static function parseLocale(string $locale): ?array {}
138 public static function getAllVariants(string $locale): ?array {}
[all …]
/PHP-8.2/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 const char* locale; in msgfmt_ctor() local
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator.stub.php108 public static function createCharacterInstance(?string $locale = null): ?IntlBreakIterator {}
114 public static function createLineInstance(?string $locale = null): ?IntlBreakIterator {}
117 public static function createSentenceInstance(?string $locale = null): ?IntlBreakIterator {}
120 public static function createTitleInstance(?string $locale = null): ?IntlBreakIterator {}
123 public static function createWordInstance(?string $locale = null): ?IntlBreakIterator {}
H A Dbreakiterator_methods.cpp326 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_METHOD() local
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php291 function collator_create(string $locale): ?Collator {}
331 ?string $locale,
462 function locale_set_default(string $locale): bool {}
464 function locale_get_primary_language(string $locale): ?string {}
466 function locale_get_script(string $locale): ?string {}
468 function locale_get_region(string $locale): ?string {}
474 function locale_get_keywords(string $locale): array|false|null {}
488 function locale_parse(string $locale): ?array {}
490 function locale_get_all_variants(string $locale): ?array {}
494 function locale_canonicalize(string $locale): ?string {}
[all …]
/PHP-8.2/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.php70 ?string $locale,
84 ?string $locale,
184 …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.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.2/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.c81 const char *locale; in resourcebundle_ctor() local
212 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resourcebundle_array_fetch() local
/PHP-8.2/ext/intl/collator/
H A Dcollator.stub.php150 public function __construct(string $locale) {}
156 public static function create(string $locale): ?Collator {}
H A Dcollator_create.c27 const char* locale; in collator_ctor() local
/PHP-8.2/ext/intl/calendar/
H A Dcalendar.stub.php214 … public static function createInstance($timezone = null, ?string $locale = null): ?IntlCalendar {}
256 …public static function fromDateTime(DateTime|string $datetime, ?string $locale = null): ?IntlCalen…
317 …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.2/ext/intl/formatter/
H A Dformatter_main.c28 const char* locale; in numfmt_ctor() local
H A Dformatter.stub.php399 public function __construct(string $locale, int $style, ?string $pattern = null) {}
405 …public static function create(string $locale, int $style, ?string $pattern = null): ?NumberFormatt…
/PHP-8.2/ext/intl/timezone/
H A Dtimezone.stub.php116 …layName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null): strin…

Completed in 42 milliseconds