Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRTransforms.java345 private BiMap<String,String> displayNameToId = HashBiMap.create(); field in CLDRTransforms
348 return displayNameToId; in getDisplayNameToId()
352 displayNameToId.put(directionInfo.getDisplayId(), directionInfo.toString()); in addDisplayNameToId()
369 addDisplayNameToId(displayNameToId, directionInfo); in registerTransliteratorsFromXML()