Searched refs:collationFile (Results 1 – 2 of 2) sorted by relevance
35 private CLDRFile collationFile; field in ICUServiceBuilder93 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()
518 CLDRFile collationFile;520 collationFile = collationFactory.make(locale, false);524 collationRules.set(collationFile);