Home
last modified time | relevance | path

Searched refs:fullIterable (Results 1 – 19 of 19) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAliases.java90 for (String path : en.fullIterable()) { in testCountFull()
142 for (String path : factory.fullIterable()) { in checkEmitChanged()
DTestPathHeader.java117 for (String path : cldrFile.fullIterable()) { in tempTestCompletenessLdmlDtd()
165 for (String p : factory.make(locale, true).fullIterable()) { in TestCompleteness()
278 for (String path : cldrFile.fullIterable()) { in TestPluralOrder()
350 for (String path : cldrFile.fullIterable()) { in TestOptional()
457 for (String path : cldrFile.fullIterable()) { in TestCoverage()
592 for (String path : nativeFile.fullIterable()) { in getPathHeaders()
638 for (String path : nativeFile.fullIterable()) { in TestUniqueness()
677 for (String path : nativeFile.fullIterable()) { in TestStatus()
746 for (String path : english.fullIterable()) { in TestPathsNotInEnglish()
754 for (String path : nativeFile.fullIterable()) { in TestPathsNotInEnglish()
[all …]
DTestCoverageLevel.java107 for (String path : cldrFileToCheck.fullIterable()) { in oldTestInvariantPaths()
428 for (String path : english.fullIterable()) {
646 for (String path : cldrFile.fullIterable()) {
DTestExampleGenerator.java217 cldrFile.fullIterable().forEach(target::add); in TestAllPaths()
666 for (String xpath : cldrFile.fullIterable()) { in showCldrFile()
DTestCLDRFile.java107 for (String path : cldrFile.fullIterable()) { in checkPlurals()
139 for (String path : cldrFile.fullIterable()) { in LocaleInfo()
551 for (String path : cldrFile.fullIterable()) { in testGeorgeBailey()
DTestCheckCLDR.java283 for (String path : cldrFileToTest.fullIterable()) { in checkPlaceholders()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFindAttributeValueDifferences.java33 for (String path : english.fullIterable()) { in getActuals()
DListUnits.java88 for (String path : cldrFile.fullIterable()) { in main()
DShowPathHeaderDescriptions.java43 for (String path : localeFile.fullIterable()) { in main()
DListCoverageLevels.java77 Set<String> testPaths = ImmutableSortedSet.copyOf(root.fullIterable()); in main()
DSearchCLDR.java237 for (String path : file.fullIterable()) { in main()
DShowLocaleCoverage.java523 VettingViewer.getStatus(latestFile.fullIterable(), file, in addGrowth()
790 Iterable<String> pathSource = new IterableFilter(file.fullIterable()); in showCoverage()
DChartDelta.java398 for (String path : current.fullIterable()) { in writeLdml()
403 for (String path : old.fullIterable()) { in writeLdml()
DCLDRModify.java181 for (String eachPath : cldrFileToFilter.fullIterable()) { in getPath()
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdPathIterator.java145 for (String path : cfile.fullIterable()) { in main()
DVettingViewer.java589 for (String path : sourceFile.fullIterable()) { in getFileInfo()
1500 …getStatus(file.fullIterable(), file, pathHeaderFactory, foundCounter, unconfirmedCounter, missingC… in getStatus()
DPathHeader.java905 this.fileIterator = file.fullIterable().iterator(); in FilteredIterable()
1921 file.fullIterable().forEach(filePaths::add);
DCLDRFile.java1268 public Iterable<String> fullIterable() { in fullIterable() method in CLDRFile
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java587 for (String path : file.fullIterable()) { in main()