| D | CheckDisplayCollisions.java | 28 private static final String DEBUG_PATH_PART = "-mass"; // example: 29 // "//ldml/dates/fields/field[@type=\"sun-narrow\"]/relative[@type=\"-1\"]"; 34 * Set to true to prevent "Turkey" from being used for both -name and -name. (Means 39 // Get Date-Time in milliseconds 48 static long startDate = getDateTimeinMillis(1995, 1 - 1, 15); // can be approximate 49 static long endDate = getDateTimeinMillis(2011, 1 - 1, 15); // can be approximate 57 private static enum Type { enum in CheckDisplayCollisions 61 …"//ldml/localeDisplayNames/(territories/territory|subdivisions/subdivision\\[@type=\"gb(eng|sct|wl… 70 "//ldml/units/unitLength[@type=\"long\"]/compoundUnit", MatchType.PREFIX), 72 "//ldml/units/unitLength[@type=\"short\"]/compoundUnit", MatchType.PREFIX), [all …]
|