Home
last modified time | relevance | path

Searched refs:getDisplayInformation (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckForCopy.java138 CLDRFile di = getDisplayInformation(); in sameAsCodeOrEnglish()
DConsoleCheckCLDR.java606 final CLDRFile displayFile = CheckCLDR.getDisplayInformation(); in main()
1643 String englishValue = CheckCLDR.getDisplayInformation().getWinningValue(path); in getEnglishPathValue()
1646 englishValue = CheckCLDR.getDisplayInformation().getWinningValue(path2); in getEnglishPathValue()
1658 String localizedName = CheckCLDR.getDisplayInformation().getName(locale); in getLocaleAndName()
1672 String localizedName = CheckCLDR.getDisplayInformation().getName(locale); in getNameAndLocale()
1681 String localizedName = CheckCLDR.getDisplayInformation().getName(locale); in getLocaleName()
DCheckCLDR.java601 public static synchronized CLDRFile getDisplayInformation() { in getDisplayInformation() method in CheckCLDR