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

  /external/chromium_org/third_party/skia/tools/
PictureBenchmark.cpp 98 SkString timeFormat;
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/web/tests/
LocaleWinTest.cpp 124 String timeFormat(LCID lcid)
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());
LocaleMacTest.cpp 133 String timeFormat(const String& localeString)
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());
LocaleICUTest.cpp 99 return locale->timeFormat();
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleWin.h 52 virtual String timeFormat() OVERRIDE;
LocaleICU.h 58 virtual String timeFormat() OVERRIDE;
LocaleMac.h 59 virtual String timeFormat() OVERRIDE;
PlatformLocale.h 80 virtual String timeFormat() = 0;
84 // Note: Some platforms return same value as timeFormat().
LocaleMac.mm 207 String LocaleMac::timeFormat()
LocaleWin.cpp 436 String LocaleWin::timeFormat()
469 builder.append(timeFormat());
LocaleICU.cpp 352 String LocaleICU::timeFormat()
PlatformLocale.cpp 398 builder.build(formatType == FormatTypeShort ? shortTimeFormat() : timeFormat());
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TimeInputType.cpp 140 layoutParameters.dateTimeFormat = layoutParameters.locale.timeFormat();
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmttst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp     [all...]
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]

Completed in 388 milliseconds