Home | History | Annotate | Download | only in intltest

Lines Matching full:void

21     void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
23 void TestTypes(void);
25 void TestGregorian(void);
27 void TestBuddhist(void);
28 void TestBuddhistFormat(void);
30 void TestTaiwan(void);
32 void TestJapanese(void);
33 void TestJapaneseFormat(void);
34 void TestJapanese3860(void);
36 void TestPersian(void);
37 void TestPersianFormat(void);
41 void quasiGregorianTest(Calendar& cal, const Locale& gregoLocale, const int32_t *data);
42 void simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate, UErrorCode& status);