Searched defs:dateFormat (Results 1 – 3 of 3) sorted by relevance
157 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable245 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable271 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable465 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable534 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable557 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable1958 DateTimeFormat *dateFormat = new (std::nothrow) DateTimeFormat(locales, options); variable
89 std::unique_ptr<icu::DateFormat> dateFormat = nullptr; variable
1449 …icu::DateFormat* dateFormat = icu::DateFormat::createTimeInstance(icu::DateFormat::EStyle::kLong, … in Is24HourLocale() local