Searched refs:getDisplayInformation (Results 1 – 3 of 3) sorted by relevance
138 CLDRFile di = getDisplayInformation(); in sameAsCodeOrEnglish()
606 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()
601 public static synchronized CLDRFile getDisplayInformation() { in getDisplayInformation() method in CheckCLDR