Home | History | Annotate | Download | only in intltest

Lines Matching full:void

40     void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
45 void TestStatusReturn();
47 void TestEmptyString();
48 void TestGetAvailableLocales();
49 void TestGetDisplayName();
50 void TestEndBehaviour();
51 void TestBug4153072();
52 void TestJapaneseLineBreak();
53 void TestThaiLineBreak();
54 void TestMixedThaiLineBreak();
55 void TestMaiyamok();
56 void TestMonkey(char *params);
58 void TestExtended();
60 void executeTest(TestParams *);
62 void TestWordBreaks();
63 void TestWordBoundary();
64 void TestLineBreaks();
65 void TestSentBreaks();
66 void TestBug3818();
67 void TestJapaneseWordBreak();
68 void TestTrieDict();
69 void TestUnicodeFiles();
70 void TestBug5775();
71 void TestTailoredBreaks();
72 void TestDictRules();
73 void TestBug5532();
75 void TestDebug();
91 void generalIteratorTest(RuleBasedBreakIterator& bi, BITestData &td);
95 void testFirstAndNext(RuleBasedBreakIterator& bi, BITestData &td);
99 void testLastAndPrevious(RuleBasedBreakIterator& bi, BITestData &td);
103 void testFollowing(RuleBasedBreakIterator& bi, BITestData &td);
107 void testPreceding(RuleBasedBreakIterator& bi, BITestData &td);
111 void testIsBoundary(RuleBasedBreakIterator& bi, BITestData &td);
116 void doMultipleSelectionTest(RuleBasedBreakIterator& iterator, BITestData &td);
118 void RunMonkey(BreakIterator *bi, RBBIMonkeyKind &mk, const char *name, uint32_t seed,
122 void runUnicodeTestData(const char *fileName, RuleBasedBreakIterator *bi);
125 void checkUnicodeTestCase(const char *testFileName, int lineNumber,
131 void TBTest(BreakIterator* brkitr, int type, const char *locale, const char* escapedText,