Home
last modified time | relevance | path

Searched refs:fullIterable (Results 1 – 17 of 17) 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.java115 for (String path : cldrFile.fullIterable()) { in tempTestCompletenessLdmlDtd()
163 for (String p : factory.make(locale, true).fullIterable()) { in TestCompleteness()
267 for (String path : cldrFile.fullIterable()) { in TestPluralOrder()
342 for (String path : cldrFile.fullIterable()) { in TestOptional()
449 for (String path : cldrFile.fullIterable()) { in TestCoverage()
584 for (String path : nativeFile.fullIterable()) { in getPathHeaders()
627 for (String path : nativeFile.fullIterable()) { in TestUniqueness()
667 for (String path : nativeFile.fullIterable()) { in TestStatus()
736 for (String path : english.fullIterable()) { in TestPathsNotInEnglish()
744 for (String path : nativeFile.fullIterable()) { in TestPathsNotInEnglish()
DTestCoverageLevel.java100 for (String path : cldrFileToCheck.fullIterable()) { in oldTestInvariantPaths()
413 for (String path : english.fullIterable()) {
626 for (String path : cldrFile.fullIterable()) {
DTestExampleGenerator.java204 for (String path : CollectionUtilities.addAll(cldrFile.fullIterable() in TestAllPaths()
531 for (String xpath : cldrFile.fullIterable()) { in showCldrFile()
DTestCLDRFile.java92 for (String path : cldrFile.fullIterable()) { in checkPlurals()
121 for (String path : cldrFile.fullIterable()) { in LocaleInfo()
438 for (String path : cldrFile.fullIterable()) { in testGeorgeBailey()
DTestCheckCLDR.java122 for (String path : english.fullIterable()) { in TestPlaceholders()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFindAttributeValueDifferences.java33 for (String path : english.fullIterable()) { in getActuals()
DListUnits.java89 for (String path : cldrFile.fullIterable()) { in main()
DShowPathHeaderDescriptions.java43 for (String path : localeFile.fullIterable()) { in main()
DSearchCLDR.java157 for (String path : file.fullIterable()) { in main()
DShowLocaleCoverage.java431 VettingViewer.getStatus(latestFile.fullIterable(), file, in addGrowth()
835 Iterable<String> pathSource = new IterableFilter(file.fullIterable()); in printData()
DChartDelta.java347 for (String path : current.fullIterable()) { in writeLdml()
350 for (String path : old.fullIterable()) { in writeLdml()
DCLDRModify.java178 for (String eachPath : cldrFileToFilter.fullIterable()) { in getPath()
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java835 for (String path : sourceFile.fullIterable()) { in getFileInfo()
1909 …getStatus(file.fullIterable(), file, pathHeaderFactory, foundCounter, unconfirmedCounter, missingC… in getStatus()
DPathHeader.java831 this.fileIterator = file.fullIterable().iterator(); in FilteredIterable()
1796 …Set<String> filePaths = CollectionUtilities.addAll(file.fullIterable().iterator(), new HashSet<Str…
DCLDRFile.java1258 public Iterable<String> fullIterable() { in fullIterable() method in CLDRFile
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java585 for (String path : file.fullIterable()) { in main()