Searched refs:DateOrder (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | DateOrder.java | 25 public class DateOrder implements Comparable<DateOrder> { class 29 public DateOrder(int a, int b) { in DateOrder() method in DateOrder 36 DateOrder that = (DateOrder) obj; in equals() 58 public int compareTo(DateOrder that) { in compareTo() 66 …public static Map<String, Map<DateOrder, String>> getOrderingInfo(CLDRFile plain, CLDRFile resolve… in getOrderingInfo() 68 …Map<String, Map<DateOrder, String>> pathsWithConflictingOrder2sample = new HashMap<String, Map<Dat… in getOrderingInfo() 71 …Map<String, Map<DateOrder, Set<String>>> type2order2set = new HashMap<String, Map<DateOrder, Set<S… in getOrderingInfo() 85 Map<DateOrder, Set<String>> pairCount = type2order2set.get(type); in getOrderingInfo() 87 type2order2set.put(type, pairCount = new HashMap<DateOrder, Set<String>>()); in getOrderingInfo() 103 DateOrder order = new DateOrder(soFar[i], eType); in getOrderingInfo() [all …]
|
D | CheckDates.java | 239 …pathsWithConflictingOrder2sample = DateOrder.getOrderingInfo(cldrFileToCheck, resolved, flexInfo.f… in setCldrFileToCheck() 260 Map<String, Map<DateOrder, String>> pathsWithConflictingOrder2sample; 314 Map<DateOrder, String> problem = pathsWithConflictingOrder2sample.get(path); in handleCheck()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestDateOrder.java | 7 import org.unicode.cldr.test.DateOrder; 37 Map<String, Map<DateOrder, String>> order = DateOrder.getOrderingInfo( in TestDateImportance() 49 order = DateOrder.getOrderingInfo(cldrFile, cldrFile, fp); in TestDateImportance()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 692 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible() 693 DateOrder order2 = getOrdering(style2, uLocale); in checkCompatible() 701 …g showOrderComparison(ULocale uLocale, int style1, int style2, DateOrder order1, DateOrder order2)… in showOrderComparison() 732 static class DateOrder { class in DateTimeGeneratorTest 736 public boolean isCompatible(DateOrder other) { in isCompatible() 743 public boolean hasSameOrderAs(DateOrder other) { in hasSameOrderAs() 753 DateOrder other = (DateOrder) that; in equals() 826 private DateOrder getOrdering(int style, ULocale locale) { in getOrdering() 830 DateOrder result = new DateOrder(); in getOrdering()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 695 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible() 696 DateOrder order2 = getOrdering(style2, uLocale); in checkCompatible() 704 …g showOrderComparison(ULocale uLocale, int style1, int style2, DateOrder order1, DateOrder order2)… in showOrderComparison() 735 static class DateOrder { class in DateTimeGeneratorTest 739 public boolean isCompatible(DateOrder other) { in isCompatible() 746 public boolean hasSameOrderAs(DateOrder other) { in hasSameOrderAs() 756 DateOrder other = (DateOrder) that; in equals() 829 private DateOrder getOrdering(int style, ULocale locale) { in getOrdering() 833 DateOrder result = new DateOrder(); in getOrdering()
|