HomeSort by relevance Sort by last modified time
    Searched full:trie32 (Results 1 - 2 of 2) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
Trie2Test.java 724 Trie2 trie32; local
726 trie32 = Trie2.createFromSerialized(ICUBinary.getByteBufferFromInputStreamAndCloseStream(is));
730 trieGettersTest(testName, trie32, checkRanges);
736 assertEquals("", trieW, trie32); // the same as those imported from ICU4C
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
Trie2Test.java 723 Trie2 trie32; local
725 trie32 = Trie2.createFromSerialized(ICUBinary.getByteBufferFromInputStreamAndCloseStream(is));
729 trieGettersTest(testName, trie32, checkRanges);
735 assertEquals("", trieW, trie32); // the same as those imported from ICU4C

Completed in 548 milliseconds