Searched refs:dateOrTime (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckDates.java | 858 DateOrTime dateOrTime = DateOrTime.time; in checkPattern() local 860 dateOrTime = DateOrTime.date; in checkPattern() 865 dateOrTime = DateOrTime.dateTime; in checkPattern() 872 checkValue(dateTimeLength, dateOrTime, value, result); in checkPattern() 874 if (dateOrTime == DateOrTime.dateTime) { in checkPattern() 937 DateOrTime dateOrTime, DateTimeLengths dateTimeLength, String... keys) { in add() argument 938 Relation<DateTimeLengths, String> rel = STOCK_PATTERNS.get(dateOrTime); in add() 940 …STOCK_PATTERNS.put(dateOrTime, rel = Relation.of(new EnumMap<DateTimeLengths, Set<String>>(DateTim… in add() 966 …private void checkValue(DateTimeLengths dateTimeLength, DateOrTime dateOrTime, String value, List<… in checkValue() argument 968 if (dateOrTime == DateOrTime.time) { in checkValue() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ICUServiceBuilder.java | 400 private String getDateTimePattern(String calendar, String dateOrTime, String type) { in getDateTimePattern() argument 403 + dateOrTime + "Formats/" in getDateTimePattern() 404 + dateOrTime + "FormatLength" in getDateTimePattern() 405 + type + "/" + dateOrTime + "Format[@type=\"standard\"]/pattern[@type=\"standard\"]"; in getDateTimePattern()
|