Home
last modified time | relevance | path

Searched defs:dateFormat (Results 1 – 3 of 3) sorted by relevance

/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test.cpp157 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable
245 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable
271 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable
465 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable
534 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable
557 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable
1958 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable
/base/global/i18n/frameworks/intl/include/
Ddate_time_format.h89 std::unique_ptr<icu::DateFormat> dateFormat = nullptr; variable
/base/global/i18n/frameworks/intl/src/
Dlocale_config.cpp1449 …icu::DateFormat* dateFormat = icu::DateFormat::createTimeInstance(icu::DateFormat::EStyle::kLong, … in Is24HourLocale() local