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.java35 private CLDRFile collationFile; field in ICUServiceBuilder
93 return collationFile; in getCollationFile()
118 …result.collationFile = Factory.make(CLDRPaths.COLLATION_DIRECTORY, ".*").makeWithFallback(locale.g… in forLocale()
146 collationType = collationFile.getWinningValueWithBailey(path); in _getRuleBasedCollator()
152 if (collationFile.isHere(importPath)) { in _getRuleBasedCollator()
153 String fullPath = collationFile.getFullXPath(importPath); in _getRuleBasedCollator()
164 rules = collationFile.getStringValue(path); in _getRuleBasedCollator()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowData.java518 CLDRFile collationFile;
520 collationFile = collationFactory.make(locale, false);
524 collationRules.set(collationFile);