Searched refs:checkFirst (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | bytestrietest.cpp | 62 void checkFirst(BytesTrie &trie, const StringAndValue data[], int32_t dataLength); 601 checkFirst(*trie, data, dataLength); in checkData() 656 void BytesTrieTest::checkFirst(BytesTrie &trie, in checkFirst() function in BytesTrieTest
|
D | ucharstrietest.cpp | 69 void checkFirst(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength); 760 checkFirst(*trie, data, dataLength); in checkData() 818 void UCharsTrieTest::checkFirst(UCharsTrie &trie, in checkFirst() function in UCharsTrieTest
|