Home
last modified time | relevance | path

Searched refs:COLLATIONS (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DCheckIBMCoverage.java275 private static final String COLLATIONS = "//ldml/collations"; field in CheckIBMCoverage
286 Node collation = LDMLUtilities.getNode(node, COLLATIONS); in processFile()
289 … fw.write(COLLATIONS + " : Found but not valid according to validSublocales attribute"); in processFile()
DLDMLConstants.java33 public static final String COLLATIONS = "collations"; field in LDMLConstants
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateDecompCollationRules.java159 LDMLConstants.COLLATIONS, in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java566 } else if (token.indexOf(LDMLConstants.COLLATIONS) > -1) { in getICUEquivalent()