Home
last modified time | relevance | path

Searched refs:LocalizedTimeFormatWithPattern (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/i18n/
H A Dtime_formatting_unittest.cc292 EXPECT_EQ(u"Apr 30, 2011", LocalizedTimeFormatWithPattern(time, "yMMMd")); in TEST()
294 LocalizedTimeFormatWithPattern(time, "MMMMdjmmss")); in TEST()
303 EXPECT_EQ(u"30 Apr 2011", LocalizedTimeFormatWithPattern(time, "yMMMd")); in TEST()
305 LocalizedTimeFormatWithPattern(time, "MMMMdjmmss")); in TEST()
311 EXPECT_EQ(u"2011年4月30日", LocalizedTimeFormatWithPattern(time, "yMMMd")); in TEST()
313 LocalizedTimeFormatWithPattern(time, "MMMMdjmmss")); in TEST()
H A Dtime_formatting.h121 BASE_I18N_EXPORT std::u16string LocalizedTimeFormatWithPattern(
H A Dtime_formatting.cc199 std::u16string LocalizedTimeFormatWithPattern(const Time& time, in LocalizedTimeFormatWithPattern() function