Lines Matching refs:UCharsTrieTest

35 class UCharsTrieTest : public IntlTest {  class
37 UCharsTrieTest();
38 virtual ~UCharsTrieTest();
83 return new UCharsTrieTest(); in createUCharsTrieTest()
86 UCharsTrieTest::UCharsTrieTest() : builder_(NULL) { in UCharsTrieTest() function in UCharsTrieTest
91 UCharsTrieTest::~UCharsTrieTest() { in ~UCharsTrieTest()
95 void UCharsTrieTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest()
124 void UCharsTrieTest::TestBuilder() { in TestBuilder()
139 void UCharsTrieTest::TestEmpty() { in TestEmpty()
146 void UCharsTrieTest::Test_a() { in Test_a()
153 void UCharsTrieTest::Test_a_ab() { in Test_a_ab()
161 void UCharsTrieTest::TestShortestBranch() { in TestShortestBranch()
169 void UCharsTrieTest::TestBranches() { in TestBranches()
192 void UCharsTrieTest::TestLongSequence() { in TestLongSequence()
208 void UCharsTrieTest::TestLongBranch() { in TestLongBranch()
236 void UCharsTrieTest::TestValuesForState() { in TestValuesForState()
250 void UCharsTrieTest::TestCompact() { in TestCompact()
277 void UCharsTrieTest::TestFirstForCodePoint() { in TestFirstForCodePoint()
292 void UCharsTrieTest::TestNextForCodePoint() { in TestNextForCodePoint()
370 UCharsTrie *UCharsTrieTest::buildLargeTrie(int32_t numUniqueFirst) { in buildLargeTrie()
386 void UCharsTrieTest::TestLargeTrie() { in TestLargeTrie()
425 UCharsTrie *UCharsTrieTest::buildMonthsTrie(UStringTrieBuildOption buildOption) { in buildMonthsTrie()
465 void UCharsTrieTest::TestHasUniqueValue() { in TestHasUniqueValue()
501 void UCharsTrieTest::TestGetNextUChars() { in TestGetNextUChars()
551 void UCharsTrieTest::TestIteratorFromBranch() { in TestIteratorFromBranch()
600 void UCharsTrieTest::TestIteratorFromLinearMatch() { in TestIteratorFromLinearMatch()
628 void UCharsTrieTest::TestTruncatingIteratorFromRoot() { in TestTruncatingIteratorFromRoot()
674 void UCharsTrieTest::TestTruncatingIteratorFromLinearMatchShort() { in TestTruncatingIteratorFromLinearMatchShort()
702 void UCharsTrieTest::TestTruncatingIteratorFromLinearMatchLong() { in TestTruncatingIteratorFromLinearMatchLong()
733 void UCharsTrieTest::TestIteratorFromUChars() { in TestIteratorFromUChars()
750 void UCharsTrieTest::checkData(const StringAndValue data[], int32_t dataLength) { in checkData()
757 void UCharsTrieTest::checkData(const StringAndValue data[], int32_t dataLength, UStringTrieBuildOpt… in checkData()
769 UCharsTrie *UCharsTrieTest::buildTrie(const StringAndValue data[], int32_t dataLength, in buildTrie()
820 void UCharsTrieTest::checkFirst(UCharsTrie &trie, in checkFirst()
858 void UCharsTrieTest::checkNext(UCharsTrie &trie, in checkNext()
932 void UCharsTrieTest::checkNextWithState(UCharsTrie &trie, in checkNextWithState()
992 void UCharsTrieTest::checkNextString(UCharsTrie &trie, in checkNextString()
1010 void UCharsTrieTest::checkIterator(UCharsTrie &trie, in checkIterator()
1020 void UCharsTrieTest::checkIterator(UCharsTrie::Iterator &iter, in checkIterator()