Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/
DXLocaleDistance.java175 private final Map<T, Integer> objectToInt = new HashMap<>(); field in XLocaleDistance.IdMakerFull
196 Integer result = objectToInt.get(source); in add()
199 objectToInt.put(source, newResult); in add()
211 return objectToInt.get(source); in toId()
237 Integer result = objectToInt.get(source); in getOldAndAdd()
240 objectToInt.put(source, newResult); in getOldAndAdd()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DXLocaleDistance.java262 private final Map<T, Integer> objectToInt = new HashMap<>(); field in XLocaleDistance.IdMakerFull
283 Integer result = objectToInt.get(source); in add()
286 objectToInt.put(source, newResult); in add()
299 return objectToInt.get(source); in toId()
324 Integer result = objectToInt.get(source); in getOldAndAdd()
327 objectToInt.put(source, newResult); in getOldAndAdd()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DXLocaleDistance.java272 private final Map<T, Integer> objectToInt = new HashMap<>(); field in XLocaleDistance.IdMakerFull
293 Integer result = objectToInt.get(source); in add()
296 objectToInt.put(source, newResult); in add()
309 return objectToInt.get(source); in toId()
334 Integer result = objectToInt.get(source); in getOldAndAdd()
337 objectToInt.put(source, newResult); in getOldAndAdd()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...