Searched refs:CLDRCONFIG (Results 1 – 2 of 2) sorted by relevance
26 private static final CLDRConfig CLDRCONFIG = CLDRConfig.getInstance(); field in TestCompactNumbers27 private static final SupplementalDataInfo SDI = CLDRCONFIG.getSupplementalDataInfo();28 private static final CLDRFile ENGLISH = CLDRCONFIG.getEnglish();29 private static final Factory factory2 = CLDRCONFIG.getCldrFactory();
42 private static final CLDRConfig CLDRCONFIG = CLDRConfig.getInstance(); field in TestCLDRLocaleCoverage43 private static final SupplementalDataInfo SDI = CLDRCONFIG.getSupplementalDataInfo();44 private static final CLDRFile ENGLISH = CLDRCONFIG.getEnglish();61 Factory factory = CLDRCONFIG.getCldrFactory(); in TestLanguageNameCoverage()