Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java780 DateOrTime dateOrTime = DateOrTime.time; in checkPattern() local
782 dateOrTime = DateOrTime.date; in checkPattern()
787 dateOrTime = DateOrTime.dateTime; in checkPattern()
794 checkValue(dateTimeLength, dateOrTime, value, result); in checkPattern()
796 if (dateOrTime == DateOrTime.dateTime) { in checkPattern()
859 DateOrTime dateOrTime, DateTimeLengths dateTimeLength, String... keys) { in add() argument
860 Relation<DateTimeLengths, String> rel = STOCK_PATTERNS.get(dateOrTime); in add()
862 …STOCK_PATTERNS.put(dateOrTime, rel = Relation.of(new EnumMap<DateTimeLengths, Set<String>>(DateTim… in add()
888 …private void checkValue(DateTimeLengths dateTimeLength, DateOrTime dateOrTime, String value, List<… in checkValue() argument
890 if (dateOrTime == DateOrTime.time) { in checkValue()
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java413 private String getDateTimePattern(String calendar, String dateOrTime, String type) { in getDateTimePattern() argument
416 + dateOrTime + "Formats/" in getDateTimePattern()
417 + dateOrTime + "FormatLength" in getDateTimePattern()
418 + type + "/" + dateOrTime + "Format[@type=\"standard\"]/pattern[@type=\"standard\"]"; in getDateTimePattern()