Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java132 public static final String MONTH_WIDTH = "monthWidth"; field in LDMLConstants
479 public static final String MONTH_WIDTH_O = "<" + MONTH_WIDTH + ">";
480 public static final String MONTH_WIDTH_C = "</" + MONTH_WIDTH + ">";
/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java541 } else if (token.indexOf(LDMLConstants.MONTH_WIDTH) > -1) { in getICUEquivalent()