HomeSort by relevance Sort by last modified time
    Searched refs:STOCK (Results 1 - 5 of 5) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
DateTimeCanonicalizer.java 14 NA, STOCK, AVAILABLE, INTERVAL, GMT;
17 .unmodifiableSet(EnumSet.of(DateTimePatternType.STOCK, DateTimePatternType.AVAILABLE,
23 ? DateTimePatternType.STOCK
50 // ensure that all y fields are single y, except for the stock short, which can be y or yy.
59 || (datetimePatternType == DateTimePatternType.STOCK
DateTimeFormats.java 69 private static final String[] STOCK = { "short", "medium", "long", "full" };
137 for (String stock : STOCK) {
140 stock +
148 stock +
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
CheckYear.java 39 private static final String[] STOCK = { "short", "medium", "long", "full" };
52 for (String stock : STOCK) {
53 stock2skeleton2locales.put("date-" + stock, Relation.of(
56 for (String stock : STOCK) {
57 stock2skeleton2locales.put("time-" + stock, Relation.of(
73 public void recordStockTime(String localeId, String stock,
77 stock2skeleton2locales.get("time-" + stock).put(skeleton, localeId);
81 public void recordStock(String localeId, String stock,
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
FindPreferredHours.java 174 if (hours.type == DateTimePatternType.STOCK) {
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckDates.java     [all...]

Completed in 515 milliseconds