Searched refs:checkFirst (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | bytestrietest.cpp | 64 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
|
D | ucharstrietest.cpp | 71 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/ |
D | BytesTrieTest.java | 550 checkFirst(trie, data, dataLength); in checkData() 598 private void checkFirst(BytesTrie trie, StringAndValue data[], int dataLength) { in checkFirst() method in BytesTrieTest
|
D | CharsTrieTest.java | 677 checkFirst(trie, data, dataLength); in checkData() 725 private void checkFirst(CharsTrie trie, StringAndValue[] data, int dataLength) { in checkFirst() method in CharsTrieTest
|