Home
last modified time | relevance | path

Searched defs:intToValue (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DIntMap.java51 private final T[] intToValue; field in IntMap.BasicIntMap
53 private BasicIntMap(T[] intToValue) { in BasicIntMap()
98 private final int[] intToValue; field in IntMap.CompactStringIntMap
100 private CompactStringIntMap(String data, int[] intToValue) { in CompactStringIntMap()
148 int[] intToValue = new int[sorted.size()]; in make() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMap.java42 protected final V[] intToValue; field in TrieMap
45 protected TrieMap(V[] intToValue, int size) { in TrieMap()
119 private BytesTrieMap(BytesTrie bytesTrie, V[] intToValue, int size) { in BytesTrieMap()
337 private CharsTrieMap(CharsTrie charsTrie, V[] intToValue, int size) { in CharsTrieMap()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMap.java41 protected final V[] intToValue; field in TrieMap
44 protected TrieMap(V[] intToValue, int size) { in TrieMap()
118 private BytesTrieMap(BytesTrie bytesTrie, V[] intToValue, int size) { in BytesTrieMap()
336 private CharsTrieMap(CharsTrie charsTrie, V[] intToValue, int size) { in CharsTrieMap()