OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTCLASS
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/test/intltest/
itformat.cpp
59
#define
TESTCLASS
(id,
TestClass
) \
61
name = #
TestClass
; \
63
logln(#
TestClass
" test---"); \
65
TestClass
test; \
88
TESTCLASS
(0,IntlTestDateFormat);
89
TESTCLASS
(1,IntlTestNumberFormat);
90
TESTCLASS
(2,CalendarTest);
91
TESTCLASS
(3,CalendarLimitTest);
92
TESTCLASS
(4,TimeZoneTest)
[
all
...]
itrbbi.cpp
24
#define
TESTCLASS
(n,classname) \
40
TESTCLASS
(0, RBBIAPITest);
41
TESTCLASS
(1, RBBITest);
42
TESTCLASS
(2, DictionaryWordTest);
tscoll.cpp
58
#define
TESTCLASS
(n,classname) \
76
TESTCLASS
(0, CollationEnglishTest);
77
TESTCLASS
(1, CollationFrenchTest);
78
TESTCLASS
(2, CollationGermanTest);
79
TESTCLASS
(3, CollationSpanishTest);
80
TESTCLASS
(4, CollationKanaTest);
81
TESTCLASS
(5, CollationTurkishTest);
82
TESTCLASS
(6, CollationDummyTest);
83
TESTCLASS
(7, G7CollationTest);
84
TESTCLASS
(8, CollationMonkeyTest)
[
all
...]
Completed in 82 milliseconds