/PHP-8.0/ext/intl/locale/ |
H A D | locale.stub.php | 17 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 D | msgformat.stub.php | 7 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 D | msgformat.c | 30 const char* locale; in msgfmt_ctor() local
|
/PHP-8.0/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 8 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 D | breakiterator_methods.cpp | 328 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_METHOD() local
|
/PHP-8.0/ext/intl/ |
H A D | php_intl.stub.php | 12 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 D | resourcebundle.stub.php | 7 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {} 13 public static function create(?string $locale, ?string $bundle, bool $fallback = true) {}
|
H A D | resourcebundle_class.c | 81 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 D | dateformat.stub.php | 11 …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 D | dateformat_helpers.cpp | 32 …nd_object *calendar_obj, zend_long calendar_long, zend_bool calendar_is_null, Locale const& locale, in datefmt_process_calendar_arg()
|
H A D | dateformat_attrcpp.cpp | 182 Locale locale = Locale::createFromName(dfo->requested_locale); in PHP_FUNCTION() local
|
H A D | dateformat_create.cpp | 53 Locale locale; in datefmt_ctor() local
|
/PHP-8.0/ext/intl/collator/ |
H A D | collator.stub.php | 7 public function __construct(string $locale) {} 13 public static function create(string $locale) {}
|
H A D | collator_create.c | 27 const char* locale; in collator_ctor() local
|
/PHP-8.0/ext/intl/formatter/ |
H A D | formatter.stub.php | 7 public function __construct(string $locale, int $style, ?string $pattern = null) {} 13 public static function create(string $locale, int $style, ?string $pattern = null) {}
|
H A D | formatter_main.c | 28 const char* locale; in numfmt_ctor() local
|
/PHP-8.0/ext/intl/calendar/ |
H A D | calendar.stub.php | 14 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 D | gregoriancalendar_methods.cpp | 52 char *locale = NULL; in _php_intlgregcal_constructor_body() local
|
H A D | calendar_methods.cpp | 165 *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 D | calendar_class.cpp | 192 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info() local
|
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone.stub.php | 57 …tDisplayName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null) {}
|