Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java34 private CLDRFile collationFile; field in ICUServiceBuilder
90 return collationFile; in getCollationFile()
114 …result.collationFile = Factory.make(CLDRPaths.COLLATION_DIRECTORY, ".*").makeWithFallback(locale.g… in forLocale()
132 collationType = collationFile.getWinningValueWithBailey(path); in getRuleBasedCollator()
138 if (collationFile.isHere(importPath)) { in getRuleBasedCollator()
139 String fullPath = collationFile.getFullXPath(importPath); in getRuleBasedCollator()
151 rules = collationFile.getStringValue(path); in getRuleBasedCollator()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowData.java515 CLDRFile collationFile;
517 collationFile = collationFactory.make(locale, false);
521 collationRules.set(collationFile);