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 TestThaiBreaks();
72 void TestTailoredBreaks();
73 void TestDictRules();
74 void TestBug5532();
76 void TestDebug();
92 void generalIteratorTest(RuleBasedBreakIterator& bi, BITestData &td);
96 void testFirstAndNext(RuleBasedBreakIterator& bi, BITestData &td);
100 void testLastAndPrevious(RuleBasedBreakIterator& bi, BITestData &td);
104 void testFollowing(RuleBasedBreakIterator& bi, BITestData &td);
108 void testPreceding(RuleBasedBreakIterator& bi, BITestData &td);
112 void testIsBoundary(RuleBasedBreakIterator& bi, BITestData &td);
117 void doMultipleSelectionTest(RuleBasedBreakIterator& iterator, BITestData &td);
119 void RunMonkey(BreakIterator *bi, RBBIMonkeyKind &mk, const char *name, uint32_t seed,
123 void runUnicodeTestData(const char *fileName, RuleBasedBreakIterator *bi);
126 void checkUnicodeTestCase(const char *testFileName, int lineNumber,
132 void TBTest(BreakIterator* brkitr, int type, const char *locale, const char* escapedText,