HomeSort by relevance Sort by last modified time
    Searched refs:checkFirst (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 61 void checkFirst(BytesTrie &trie, const StringAndValue data[], int32_t dataLength);
600 checkFirst(*trie, data, dataLength);
655 void BytesTrieTest::checkFirst(BytesTrie &trie,
ucharstrietest.cpp 68 void checkFirst(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength);
759 checkFirst(*trie, data, dataLength);
817 void UCharsTrieTest::checkFirst(UCharsTrie &trie,
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
BytesTrieTest.java 504 checkFirst(trie, data, dataLength);
551 private void checkFirst(BytesTrie trie, StringAndValue data[], int dataLength) {
CharsTrieTest.java 628 checkFirst(trie, data, dataLength);
675 private void checkFirst(CharsTrie trie, StringAndValue[] data, int dataLength) {
    [all...]

Completed in 208 milliseconds