Searched refs:getDisplayInformation (Results 1 – 3 of 3) sorted by relevance
168 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()
605 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()
602 public static synchronized CLDRFile getDisplayInformation() { in getDisplayInformation() method in CheckCLDR