Searched refs:fixedName (Results 1 – 8 of 8) sorted by relevance
96 return code + " [" + fixedName(code) + "]"; in getName()99 private String fixedName(String code) { in fixedName() method in TestLanguageGroup
290 String fixedName = name + MARKERS.get(markerIndex); in main() local291 … fail("Superscripting ", lang + "\t(" + otherId +")", getSubdivisionFromPath(path), fixedName, -1); in main()293 fileSubdivisions.add(path, fixedName); // overwrite with superscripted in main()
1188 String fixedName = fixNames.get(source);1189 return fixedName != null ? fixedName : source;
884 String desiredName = fixedName(desired); in printMatchXml()885 String supportedName = fixedName(supported); in printMatchXml()895 private static String fixedName(List<String> match) { in fixedName() method in XLocaleDistance
1025 String desiredName = fixedName(desired); in printMatchXml()1026 String supportedName = fixedName(supported); in printMatchXml()1036 private static String fixedName(List<String> match) { in fixedName() method in XLocaleDistance
1011 String desiredName = fixedName(desired); in printMatchXml()1012 String supportedName = fixedName(supported); in printMatchXml()1022 private static String fixedName(List<String> match) { in fixedName() method in XLocaleDistance
1303 String fixedName = name.substring(name.length() - 4); in generateTransliterators() local1316 …iter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY + "/translit/", fixedName + ".xml"); in generateTransliterators()
321 com/ibm/icu/impl/locale/XLocaleDistance#fixedName:(Ljava/util/List;)Ljava/lang/String;