Home
last modified time | relevance | path

Searched defs:trieMap (Results 1 – 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMapTest.java142 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in checkGet() local
168 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in timeIteration() local
224 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in checkContents() local
260 TrieMap<String> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, "abc", "first") in checkSearch() local
382 … TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, option, unicodeTestMap).build(); in checkSize() local
431 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in timeGet() local
482 TrieMap<Integer> trieMap; field in TrieMapTest.MyLoop
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java139 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in checkGet() local
165 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in timeIteration() local
221 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in checkContents() local
257 TrieMap<String> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, "abc", "first") in checkSearch() local
379 … TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, option, unicodeTestMap).build(); in checkSize() local
428 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in timeGet() local
479 TrieMap<Integer> trieMap; field in TrieMapTest.MyLoop