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

  /external/skia/tools/
PictureBenchmark.cpp 92 SkString timeFormat;
94 timeFormat = fRenderer->getPerIterTimeFormat();
96 timeFormat = fRenderer->getNormalTimeFormat();
152 SkString result = perTileTimerData.getResult(timeFormat.c_str(), fTimerResult,
191 SkString result = timerData.getResult(timeFormat.c_str(),
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
LocaleICU.cpp 359 String LocaleICU::timeFormat()
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleMacTest.cpp 135 String timeFormat(const String& localeString)
138 return locale->timeFormat();
282 TEST_F(LocaleMacTest, timeFormat)
284 EXPECT_STREQ("h:mm:ss a", timeFormat("en_US").utf8().data());
285 EXPECT_STREQ("HH:mm:ss", timeFormat("fr_FR").utf8().data());
286 EXPECT_STREQ("H:mm:ss", timeFormat("ja_JP").utf8().data());
LocaleWinTest.cpp 126 String timeFormat(LCID lcid)
129 return locale->timeFormat();
227 TEST_F(LocaleWinTest, timeFormat)
229 EXPECT_STREQ("h:mm:ss a", timeFormat(EnglishUS).utf8().data());
230 EXPECT_STREQ("HH:mm:ss", timeFormat(FrenchFR).utf8().data());
231 EXPECT_STREQ("H:mm:ss", timeFormat(JapaneseJP).utf8().data());
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/win/
LocaleWin.cpp 435 String LocaleWin::timeFormat()
468 builder.append(timeFormat());
  /external/skia/bench/
benchmain.cpp     [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 291 milliseconds