Home
last modified time | relevance | path

Searched refs:DateOrTime (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java858 DateOrTime dateOrTime = DateOrTime.time; in checkPattern()
860 dateOrTime = DateOrTime.date; in checkPattern()
865 dateOrTime = DateOrTime.dateTime; in checkPattern()
874 if (dateOrTime == DateOrTime.dateTime) { in checkPattern()
928 enum DateOrTime { enum in CheckDates
932 …static final Map<DateOrTime, Relation<DateTimeLengths, String>> STOCK_PATTERNS = new EnumMap<DateO…
933 DateOrTime.class);
936 private static void add(Map<DateOrTime, Relation<DateTimeLengths, String>> stockPatterns, in add() argument
937 DateOrTime dateOrTime, DateTimeLengths dateTimeLength, String... keys) { in add()
952 add(STOCK_PATTERNS, DateOrTime.time, DateTimeLengths.SHORT, "hm", "Hm"); in add()
[all …]