timeFormat 151 Source/core/html/forms/TimeInputType.cpp layoutParameters.dateTimeFormat = layoutParameters.locale.timeFormat(); timeFormat 58 Source/platform/text/LocaleICU.h virtual String timeFormat() OVERRIDE; timeFormat 61 Source/platform/text/LocaleMac.h virtual String timeFormat() OVERRIDE; timeFormat 471 Source/platform/text/LocaleWin.cpp builder.append(timeFormat()); timeFormat 55 Source/platform/text/LocaleWin.h virtual String timeFormat() OVERRIDE; timeFormat 398 Source/platform/text/PlatformLocale.cpp builder.build(formatType == FormatTypeShort ? shortTimeFormat() : timeFormat()); timeFormat 80 Source/platform/text/PlatformLocale.h virtual String timeFormat() = 0; timeFormat 99 Source/web/tests/LocaleICUTest.cpp return locale->timeFormat(); timeFormat 136 Source/web/tests/LocaleMacTest.cpp return locale->timeFormat(); timeFormat 278 Source/web/tests/LocaleMacTest.cpp TEST_F(LocaleMacTest, timeFormat) timeFormat 280 Source/web/tests/LocaleMacTest.cpp EXPECT_STREQ("h:mm:ss a", timeFormat("en_US").utf8().data()); timeFormat 281 Source/web/tests/LocaleMacTest.cpp EXPECT_STREQ("HH:mm:ss", timeFormat("fr_FR").utf8().data()); timeFormat 282 Source/web/tests/LocaleMacTest.cpp EXPECT_STREQ("H:mm:ss", timeFormat("ja_JP").utf8().data()); timeFormat 127 Source/web/tests/LocaleWinTest.cpp return locale->timeFormat(); timeFormat 222 Source/web/tests/LocaleWinTest.cpp TEST_F(LocaleWinTest, timeFormat) timeFormat 224 Source/web/tests/LocaleWinTest.cpp EXPECT_STREQ("h:mm:ss a", timeFormat(EnglishUS).utf8().data()); timeFormat 225 Source/web/tests/LocaleWinTest.cpp EXPECT_STREQ("HH:mm:ss", timeFormat(FrenchFR).utf8().data()); timeFormat 226 Source/web/tests/LocaleWinTest.cpp EXPECT_STREQ("H:mm:ss", timeFormat(JapaneseJP).utf8().data());