Home
last modified time | relevance | path

Searched refs:CLDR_CONFIG (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateEnglishChanged.java29 private static final CLDRConfig CLDR_CONFIG = CLDRConfig.getInstance(); field in GenerateEnglishChanged
37 File[] addStandardSubdirectories = CLDR_CONFIG.addStandardSubdirectories( in main()
38 CLDR_CONFIG.fileArrayFromStringArray( in main()
44 addStandardSubdirectories = CLDR_CONFIG.addStandardSubdirectories( in main()
45 CLDR_CONFIG.fileArrayFromStringArray( in main()
DGenerateDerivedAnnotations.java43 private static final CLDRConfig CLDR_CONFIG = CLDRConfig.getInstance(); field in GenerateDerivedAnnotations
100 CLDRFile english = CLDR_CONFIG.getEnglish(); in main()
188 … Level level = CLDR_CONFIG.getStandardCodes().getLocaleCoverageLevel(Organization.cldr, locale); in main()
DSubdivisionNode.java71 static final CLDRConfig CLDR_CONFIG = CLDRConfig.getInstance(); field in SubdivisionNode
72 static final CLDRFile ENGLISH_CLDR = CLDR_CONFIG.getEnglish();
/external/cldr/tools/java/org/unicode/cldr/util/
DVerifyCompactNumbers.java38 private static final CLDRConfig CLDR_CONFIG = CLDRConfig.getInstance(); field in VerifyCompactNumbers
78 SupplementalDataInfo sdi = CLDR_CONFIG.getSupplementalDataInfo(); in main()
90 final CLDRFile english = CLDR_CONFIG.getEnglish(); in main()
92 Map<String, String> indexMap = new TreeMap<>(CLDR_CONFIG.getCollator()); in main()
170 SupplementalDataInfo sdi = CLDR_CONFIG.getSupplementalDataInfo(); in showNumbers()
233 … + CLDR_CONFIG.urls().forPage(cldrFile.getLocaleID(), PageId.Compact_Decimal_Formatting) in showNumbers()
246 ShowPlurals showPlurals = new ShowPlurals(CLDR_CONFIG.getSupplementalDataInfo()); in showNumbers()
312 private static String surveyUrl = CLDR_CONFIG.getProperty("CLDR_SURVEY_URL",
DVerifyZones.java35 private static final CLDRConfig CLDR_CONFIG = CLDRConfig.getInstance(); field in VerifyZones
243 final CLDRFile english = CLDR_CONFIG.getEnglish(); in main()
245 Map<String, String> indexMap = new TreeMap<>(CLDR_CONFIG.getCollator()); in main()
442 private static String surveyUrl = CLDR_CONFIG.getProperty("CLDR_SURVEY_URL",
DWikiSubdivisionLanguages.java55 private static final CLDRConfig CLDR_CONFIG = CLDRConfig.getInstance(); field in WikiSubdivisionLanguages
172 Factory cldrFactory = CLDR_CONFIG.getCldrFactory(); in main()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUnits.java102 private static final CLDRConfig CLDR_CONFIG = CLDRConfig.getInstance(); field in TestUnits
110 private static final CLDRConfig info = CLDR_CONFIG;
127 final CLDRFile english = CLDR_CONFIG.getEnglish(); in TestSpaceInNarrowUnits()
237 Factory factory = CLDR_CONFIG.getCldrFactory(); in TestCompoundUnit3()
1753 CLDRFile root = CLDR_CONFIG.getCldrFactory().make("root", true); in testDistinguishedSetsOfUnits()
1755 …ImmutableSet<String> unitLongIdsEnglish = ImmutableSet.copyOf(getUnits(CLDR_CONFIG.getEnglish(), n… in testDistinguishedSetsOfUnits()
1821 Factory factory = CLDR_CONFIG.getFullCldrFactory(); in TestGender()
1900 CLDRFile resolvedFileRaw = CLDR_CONFIG.getCLDRFile(locale, true); in TestFallbackNames()
1922 … Set<String> testSet = CLDR_CONFIG.getStandardCodes().getLocaleCoverageLocales(Organization.cldr); in TestFileFallbackNames()
1928 CLDRFile resolvedFile = CLDR_CONFIG.getCLDRFile(localeId, true); in TestFileFallbackNames()
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java90 private static final CLDRConfig CLDR_CONFIG = CLDRConfig.getInstance(); field in ConsoleCheckCLDR
326 final CLDRConfig cldrConf = CLDR_CONFIG; in main()
1541 String pathLink = CLDR_CONFIG.urls().forXpath(localeID, path); in showValue()