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.java168 String english = getDisplayInformation().getStringValue(path); in handleCheck()
265 String englishName = getDisplayInformation().getName(CLDRFile.LANGUAGE_NAME, locale); in generateExcludedItems()
280 … englishName = getDisplayInformation().getName(CLDRFile.TERRITORY_NAME, territory); in generateExcludedItems()
DConsoleCheckCLDR.java605 final CLDRFile displayFile = CheckCLDR.getDisplayInformation(); in main()
1712 String englishValue = CheckCLDR.getDisplayInformation().getWinningValue(path); in getEnglishPathValue()
1715 englishValue = CheckCLDR.getDisplayInformation().getWinningValue(path2); in getEnglishPathValue()
1727 String localizedName = CheckCLDR.getDisplayInformation().getName(locale); in getLocaleAndName()
1741 String localizedName = CheckCLDR.getDisplayInformation().getName(locale); in getNameAndLocale()
1750 String localizedName = CheckCLDR.getDisplayInformation().getName(locale); in getLocaleName()
DCheckCLDR.java602 public static synchronized CLDRFile getDisplayInformation() { in getDisplayInformation() method in CheckCLDR