HomeSort by relevance Sort by last modified time
    Searched refs:collationFile (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
ICUServiceBuilder.java 34 private CLDRFile collationFile;
90 return collationFile;
114 result.collationFile = Factory.make(CLDRPaths.COLLATION_DIRECTORY, ".*").makeWithFallback(locale.getBaseName());
132 collationType = collationFile.getWinningValueWithBailey(path);
138 if (collationFile.isHere(importPath)) {
139 String fullPath = collationFile.getFullXPath(importPath);
151 rules = collationFile.getStringValue(path);
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
ShowData.java 515 CLDRFile collationFile;
517 collationFile = collationFactory.make(locale, false);
521 collationRules.set(collationFile);
    [all...]

Completed in 128 milliseconds