Home
last modified time | relevance | path

Searched refs:requested_locale (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_class.c45 if (dfo->requested_locale) { in IntlDateFormatter_object_free()
46 efree( dfo->requested_locale ); in IntlDateFormatter_object_free()
65 intern->requested_locale = NULL; in IntlDateFormatter_object_create()
H A Ddateformat_class.h29 char *requested_locale; member
H A Ddateformat_attrcpp.cpp182 Locale locale = Locale::createFromName(dfo->requested_locale); in PHP_FUNCTION()
H A Ddateformat_create.cpp171 dfo->requested_locale = estrdup(locale_str); in datefmt_ctor()

Completed in 7 milliseconds