Searched refs:checkItems (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateG2xG2.java | 158 checkItems(pw, title, sourceData, CLDRFile.LANGUAGE_NAME, targetLanguageSet); in main() 159 checkItems(pw, title, sourceData, CLDRFile.SCRIPT_NAME, targetScriptSet); in main() 160 checkItems(pw, title, sourceData, CLDRFile.TERRITORY_NAME, targetRegionSet); in main() 161 checkItems(pw, title, sourceData, CLDRFile.CURRENCY_NAME, targetCurrencySet); in main() 166 checkItems(pw, title, sourceData, CLDRFile.TZ_EXEMPLAR, targetTZSet); in main() 295 …static void checkItems(PrintWriter pw, String sourceLocale, CLDRFile sourceData, int type, Set<Str… in checkItems() method in GenerateG2xG2
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CoverageLevel2.java | 164 Output<String[]> checkItems = new Output<>(); in getLevel() local 167 result = lookup.get(path, myInfo, checkItems, matcherFound, failures); in getLevel()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPluralRuleGeneration.java | 120 Object[][] checkItems = { in TestEFixedDecimal() local 143 for (Object[] row : checkItems) { in TestEFixedDecimal()
|
D | TestCanonicalIds.java | 108 private void checkItems( in checkItems() method in TestCanonicalIds
|