Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRTransforms.java490 Map<String, String> fixedIDs = new TreeMap<String, String>(); in registerFromIcuFormatFiles() local
543 checkIdFix(id, fixedIDs, oddIDs, translitID); in registerFromIcuFormatFiles()
556 checkIdFix(id, fixedIDs, oddIDs, translitID); in registerFromIcuFormatFiles()
603 for (Iterator<String> it = fixedIDs.keySet().iterator(); it.hasNext();) { in registerFromIcuFormatFiles()
605 appendln("\t" + id2 + "\t" + fixedIDs.get(id2)); in registerFromIcuFormatFiles()
641 …public void checkIdFix(String id, Map<String, String> fixedIDs, Set<String> oddIDs, Matcher transl… in checkIdFix() argument
642 if (fixedIDs.containsKey(id)) return; in checkIdFix()
645 fixedIDs.put(id, "?" + id); in checkIdFix()
654 fixedIDs.put(source1, source); in checkIdFix()
657 fixedIDs.put(target1, target); in checkIdFix()