OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeFormat
(Results
1 - 18
of
18
) 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(),
bbh_shootout.cpp
309
static const SkString
timeFormat
("%f");
326
/*doubleFormat = */
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
55
virtual String
timeFormat
() OVERRIDE;
LocaleICU.h
58
virtual String
timeFormat
() OVERRIDE;
LocaleMac.h
61
virtual String
timeFormat
() OVERRIDE;
PlatformLocale.h
80
virtual String
timeFormat
() = 0;
84
// Note: Some platforms return same value as
timeFormat
().
LocaleMac.mm
209
String LocaleMac::
timeFormat
()
LocaleWin.cpp
438
String LocaleWin::
timeFormat
()
471
builder.append(
timeFormat
());
LocaleICU.cpp
353
String LocaleICU::
timeFormat
()
PlatformLocale.cpp
398
builder.build(formatType == FormatTypeShort ? shortTimeFormat() :
timeFormat
());
/external/skia/bench/
ResultsWriter.h
53
explicit LoggerResultsWriter(SkBenchLogger& logger, const char*
timeFormat
)
55
, fTimeFormat(
timeFormat
) {
benchmain.cpp
276
DEFINE_string(
timeFormat
, "%9.2f", "Format to print results, in milliseconds per 1000 loops.");
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
TimeInputType.cpp
151
layoutParameters.dateTimeFormat = layoutParameters.locale.
timeFormat
();
/external/icu4c/test/intltest/
dtfmttst.cpp
[
all
...]
/prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar
Completed in 746 milliseconds