Searched refs:collationFile (Results 1 – 2 of 2) sorted by relevance
34 private CLDRFile collationFile; field in ICUServiceBuilder90 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()
515 CLDRFile collationFile;517 collationFile = collationFactory.make(locale, false);521 collationRules.set(collationFile);