Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dbytestrietest.cpp64 void checkFirst(BytesTrie &trie, const StringAndValue data[], int32_t dataLength);
614 checkFirst(*trie, data, dataLength); in checkData()
670 void BytesTrieTest::checkFirst(BytesTrie &trie, in checkFirst() function in BytesTrieTest
Ducharstrietest.cpp71 void checkFirst(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength);
763 checkFirst(*trie, data, dataLength); in checkData()
822 void UCharsTrieTest::checkFirst(UCharsTrie &trie, in checkFirst() function in UCharsTrieTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DBytesTrieTest.java550 checkFirst(trie, data, dataLength); in checkData()
598 private void checkFirst(BytesTrie trie, StringAndValue data[], int dataLength) { in checkFirst() method in BytesTrieTest
DCharsTrieTest.java677 checkFirst(trie, data, dataLength); in checkData()
725 private void checkFirst(CharsTrie trie, StringAndValue[] data, int dataLength) { in checkFirst() method in CharsTrieTest