Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java125 public static final String DTFL = "dateTimeFormatLength"; field in LDMLConstants
511 public static final String DTFL_O = "<" + DTFL + ">";
512 public static final String DTFL_C = "</" + DTFL + ">";
/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java512 } else if (token.indexOf(LDMLConstants.DTFL) > -1) { in getICUEquivalent()