Home | History | Annotate | Download | only in intltest

Lines Matching full:void

31     void runIndexedTest(int32_t index, UBool exec, const char* &name,
34 void TestInstantiation(void);
36 void TestSimpleRules(void);
38 void TestInlineSet(void);
40 void TestAnchors(void);
42 void TestPatternQuoting(void);
52 void TestRuleBasedInverse(void);
57 void TestKeyboard(void);
62 void TestKeyboard2(void);
67 void TestKeyboard3(void);
69 void keyboardAux(const Transliterator& t,
72 void TestArabic(void);
78 void TestCompoundKana(void);
83 void TestCompoundHex(void);
88 void TestFiltering(void);
93 void TestJ277(void);
98 void TestJ243(void);
103 void TestJ329(void);
108 void TestSegments(void);
113 void TestCursorOffset(void);
119 void TestArbitraryVariableValues(void);
125 void TestPositionHandling(void);
130 void TestHiraganaKatakana(void);
135 void TestCopyJ476(void);
141 void TestInterIndic(void);
146 void TestFilterIDs(void);
151 void TestCaseMap(void);
156 void TestNameMap(void);
161 void TestLiberalizedID(void);
165 void TestCreateInstance(void);
167 void TestNormalizationTransliterator(void);
169 void TestCompoundRBT(void);
171 void TestCompoundFilter(void);
173 void TestRemove(void);
175 void TestToRules(void);
177 void TestContext(void);
179 void TestSupplemental(void);
181 void TestQuantifier(void);
186 void TestSTV(void);
188 void TestCompoundInverse(void);
190 void TestNFDChainRBT(void);
195 void TestNullInverse(void);
200 void TestAliasInverseID(void);
205 void TestCompoundInverseID(void);
210 void TestUndefinedVariable(void);
215 void TestEmptyContext(void);
220 void TestCompoundFilterID(void);
225 void TestPropertySet(void);
230 void TestNewEngine(void);
236 void TestQuantifiedSegment(void);
239 void TestDevanagariLatinRT(void);
242 void TestTeluguLatinRT(void);
245 void TestGujaratiLatinRT(void);
248 void TestSanskritLatinRT(void);
251 void TestCompoundLatinRT(void);
254 void TestGurmukhiDevanagari(void);
258 void TestLocaleInstantiation(void);
263 void TestTitleAccents(void);
268 void TestLocaleResource(void);
273 void TestParseError(void);
278 void TestOutputSet(void);
284 void TestVariableRange(void);
289 void TestInvalidPostContext(void);
294 void TestIDForms(void);
299 void TestToRulesMark(void);
304 void TestEscape(void);
306 void TestAnchorMasking(void);
311 void TestDisplayName(void);
316 void TestSpecialCases(void);
320 void TestIncrementalProgress(void);
325 void TestSurrogateCasing (void);
327 void TestFunction(void);
329 void TestInvalidBackRef(void);
331 void TestMulticharStringSet(void);
333 void TestUserFunction(void);
335 void TestAnyX(void);
337 void TestAny(void);
339 void TestSourceTargetSet(void);
341 void TestPatternWhiteSpace(void);
343 void TestAllCodepoints(void);
345 void TestBoilerplate(void);
347 void TestAlternateSyntax(void);
349 void TestRuleStripping(void);
351 void TestHalfwidthFullwidth(void);
353 void TestThai(void);
358 void TestBeginEnd(void);
363 void TestBeginEndToRules(void);
368 void TestRegisterAlias(void);
374 void expectT(const UnicodeString& id,
378 void expect(const UnicodeString& rules,
383 void expect(const UnicodeString& id,
389 void expect(const Transliterator& t,
394 void expect(const Transliterator& t,
399 void expectAux(const UnicodeString& tag,
404 virtual void expectAux(const UnicodeString& tag,
412 void checkRules(const UnicodeString& label, Transliterator& t2,
414 void CheckIncrementalAux(const Transliterator* t,
417 void reportParseError(const UnicodeString& message, const UParseError& parseError, const UErrorCode& status);