Home
last modified time | relevance | path

Searched refs:getCldrFile (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleGenerator.java215 CLDRFile cldrFile = exampleGenerator.getCldrFile(); in TestAllPaths()
309 String value = exampleGenerator.getCldrFile().getStringValue(path); in checkValue()
491 String value = exampleGenerator.getCldrFile().getStringValue(path); in checkValue()
596 for (String xpath : With.in(exampleGenerator.getCldrFile().iterator( in Test4897()
598 exampleGenerator.getCldrFile().getComparator()))) { in Test4897()
599 String value = exampleGenerator.getCldrFile().getStringValue(xpath); in Test4897()
629 String value = exampleGenerator.getCldrFile().getStringValue(xpath); in Test4528()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java160 public CLDRFile getCldrFile() { in getCldrFile() method in ExampleGenerator
417 CLDRFile cfile = getCldrFile(); in handleLabelPattern()
435 CLDRFile cfile = getCldrFile(); in handleLabel()
448 CLDRFile cfile = getCldrFile(); in handleLabel()
505 CLDRFile cfile = getCldrFile(); in handleAnnotationName()
531 CLDRFile cfile = getCldrFile(); in formatGroup()
620 … String pattern = unitId.toString(getCldrFile(), width, count, "nominative", null, false); in handleFormatUnit()
1637 String locale = getCldrFile().getLocaleID(); in formatCountDecimal()
/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java88 public CLDRFile getCldrFile() { in getCldrFile() method in ICUServiceBuilder