shortTimeFormat 154 Source/core/html/forms/TimeInputType.cpp layoutParameters.dateTimeFormat = layoutParameters.locale.shortTimeFormat(); shortTimeFormat 59 Source/platform/text/LocaleICU.h virtual String shortTimeFormat() OVERRIDE; shortTimeFormat 62 Source/platform/text/LocaleMac.h virtual String shortTimeFormat() OVERRIDE; shortTimeFormat 483 Source/platform/text/LocaleWin.cpp builder.append(shortTimeFormat()); shortTimeFormat 56 Source/platform/text/LocaleWin.h virtual String shortTimeFormat() OVERRIDE; shortTimeFormat 398 Source/platform/text/PlatformLocale.cpp builder.build(formatType == FormatTypeShort ? shortTimeFormat() : timeFormat()); shortTimeFormat 85 Source/platform/text/PlatformLocale.h virtual String shortTimeFormat() = 0; shortTimeFormat 105 Source/web/tests/LocaleICUTest.cpp return locale->shortTimeFormat(); shortTimeFormat 142 Source/web/tests/LocaleMacTest.cpp return locale->shortTimeFormat(); shortTimeFormat 285 Source/web/tests/LocaleMacTest.cpp TEST_F(LocaleMacTest, shortTimeFormat) shortTimeFormat 287 Source/web/tests/LocaleMacTest.cpp EXPECT_STREQ("h:mm a", shortTimeFormat("en_US").utf8().data()); shortTimeFormat 288 Source/web/tests/LocaleMacTest.cpp EXPECT_STREQ("HH:mm", shortTimeFormat("fr_FR").utf8().data()); shortTimeFormat 289 Source/web/tests/LocaleMacTest.cpp EXPECT_STREQ("H:mm", shortTimeFormat("ja_JP").utf8().data()); shortTimeFormat 133 Source/web/tests/LocaleWinTest.cpp return locale->shortTimeFormat(); shortTimeFormat 229 Source/web/tests/LocaleWinTest.cpp TEST_F(LocaleWinTest, shortTimeFormat) shortTimeFormat 231 Source/web/tests/LocaleWinTest.cpp EXPECT_STREQ("h:mm a", shortTimeFormat(EnglishUS).utf8().data()); shortTimeFormat 232 Source/web/tests/LocaleWinTest.cpp EXPECT_STREQ("HH:mm", shortTimeFormat(FrenchFR).utf8().data()); shortTimeFormat 233 Source/web/tests/LocaleWinTest.cpp EXPECT_STREQ("H:mm", shortTimeFormat(JapaneseJP).utf8().data());