Lines Matching refs:UCharsTrieTest
32 class UCharsTrieTest : public IntlTest { class
34 UCharsTrieTest();
35 virtual ~UCharsTrieTest();
80 return new UCharsTrieTest(); in createUCharsTrieTest()
83 UCharsTrieTest::UCharsTrieTest() : builder_(NULL) { in UCharsTrieTest() function in UCharsTrieTest
88 UCharsTrieTest::~UCharsTrieTest() { in ~UCharsTrieTest()
92 void UCharsTrieTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest()
121 void UCharsTrieTest::TestBuilder() { in TestBuilder()
136 void UCharsTrieTest::TestEmpty() { in TestEmpty()
143 void UCharsTrieTest::Test_a() { in Test_a()
150 void UCharsTrieTest::Test_a_ab() { in Test_a_ab()
158 void UCharsTrieTest::TestShortestBranch() { in TestShortestBranch()
166 void UCharsTrieTest::TestBranches() { in TestBranches()
189 void UCharsTrieTest::TestLongSequence() { in TestLongSequence()
205 void UCharsTrieTest::TestLongBranch() { in TestLongBranch()
233 void UCharsTrieTest::TestValuesForState() { in TestValuesForState()
247 void UCharsTrieTest::TestCompact() { in TestCompact()
274 void UCharsTrieTest::TestFirstForCodePoint() { in TestFirstForCodePoint()
289 void UCharsTrieTest::TestNextForCodePoint() { in TestNextForCodePoint()
367 UCharsTrie *UCharsTrieTest::buildLargeTrie(int32_t numUniqueFirst) { in buildLargeTrie()
383 void UCharsTrieTest::TestLargeTrie() { in TestLargeTrie()
422 UCharsTrie *UCharsTrieTest::buildMonthsTrie(UStringTrieBuildOption buildOption) { in buildMonthsTrie()
462 void UCharsTrieTest::TestHasUniqueValue() { in TestHasUniqueValue()
498 void UCharsTrieTest::TestGetNextUChars() { in TestGetNextUChars()
548 void UCharsTrieTest::TestIteratorFromBranch() { in TestIteratorFromBranch()
597 void UCharsTrieTest::TestIteratorFromLinearMatch() { in TestIteratorFromLinearMatch()
625 void UCharsTrieTest::TestTruncatingIteratorFromRoot() { in TestTruncatingIteratorFromRoot()
671 void UCharsTrieTest::TestTruncatingIteratorFromLinearMatchShort() { in TestTruncatingIteratorFromLinearMatchShort()
699 void UCharsTrieTest::TestTruncatingIteratorFromLinearMatchLong() { in TestTruncatingIteratorFromLinearMatchLong()
730 void UCharsTrieTest::TestIteratorFromUChars() { in TestIteratorFromUChars()
747 void UCharsTrieTest::checkData(const StringAndValue data[], int32_t dataLength) { in checkData()
754 void UCharsTrieTest::checkData(const StringAndValue data[], int32_t dataLength, UStringTrieBuildOptā¦ in checkData()
766 UCharsTrie *UCharsTrieTest::buildTrie(const StringAndValue data[], int32_t dataLength, in buildTrie()
817 void UCharsTrieTest::checkFirst(UCharsTrie &trie, in checkFirst()
855 void UCharsTrieTest::checkNext(UCharsTrie &trie, in checkNext()
929 void UCharsTrieTest::checkNextWithState(UCharsTrie &trie, in checkNextWithState()
989 void UCharsTrieTest::checkNextString(UCharsTrie &trie, in checkNextString()
1007 void UCharsTrieTest::checkIterator(UCharsTrie &trie, in checkIterator()
1017 void UCharsTrieTest::checkIterator(UCharsTrie::Iterator &iter, in checkIterator()