Searched defs:timeFormat (Results 1 - 7 of 7) sorted by last modified time

/external/skia/tools/
H A DPictureBenchmark.cpp104 SkString timeFormat; local
106 timeFormat = fRenderer->getPerIterTimeFormat();
108 timeFormat = fRenderer->getNormalTimeFormat();
187 timeFormat.c_str(),
249 timeFormat.c_str(),
255 timeFormat.c_str(),
/external/skia/bench/
H A DResultsWriter.h53 explicit LoggerResultsWriter(BenchLogger& logger, const char* timeFormat) argument
55 , fTimeFormat(timeFormat) {
/external/chromium_org/third_party/skia/tools/
H A DPictureBenchmark.cpp98 SkString timeFormat; local
100 timeFormat = fRenderer->getPerIterTimeFormat();
102 timeFormat = fRenderer->getNormalTimeFormat();
181 timeFormat.c_str(),
237 timeFormat.c_str(),
243 timeFormat.c_str(),
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.cpp352 String LocaleICU::timeFormat() function in class:blink::LocaleICU
H A DLocaleWin.cpp436 String LocaleWin::timeFormat() function in class:blink::LocaleWin
469 builder.append(timeFormat());
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLocaleMacTest.cpp133 String timeFormat(const String& localeString) function in class:LocaleMacTest
136 return locale->timeFormat();
278 TEST_F(LocaleMacTest, timeFormat)
280 EXPECT_STREQ("h:mm:ss a", timeFormat("en_US").utf8().data());
281 EXPECT_STREQ("HH:mm:ss", timeFormat("fr_FR").utf8().data());
282 EXPECT_STREQ("H:mm:ss", timeFormat("ja_JP").utf8().data());
H A DLocaleWinTest.cpp124 String timeFormat(LCID lcid) function in class:LocaleWinTest
127 return locale->timeFormat();
222 TEST_F(LocaleWinTest, timeFormat)
224 EXPECT_STREQ("h:mm:ss a", timeFormat(EnglishUS).utf8().data());
225 EXPECT_STREQ("HH:mm:ss", timeFormat(FrenchFR).utf8().data());
226 EXPECT_STREQ("H:mm:ss", timeFormat(JapaneseJP).utf8().data());

Completed in 428 milliseconds