HomeSort by relevance Sort by last modified time
    Searched refs:IntlTest (Results 101 - 125 of 212) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcal.h 30 class DataDrivenCalendarTest : public IntlTest {
dcfmtest.h 21 #include "intltest.h"
24 class DecimalFormatTest: public IntlTest {
32 // The following are test functions that are visible from the intltest test framework.
itrbnf.h 15 #include "intltest.h"
19 class IntlTestRBNF : public IntlTest {
22 // IntlTest override
msfmrgts.h 14 #include "intltest.h"
19 class MessageFormatRegressionTest: public IntlTest {
21 // IntlTest override
transapi.h 19 #include "intltest.h"
25 class TransliteratorAPITest : public IntlTest {
tsdate.h 16 #include "intltest.h"
21 class IntlTestDateFormat: public IntlTest {
intltest.h 9 * IntlTest is a base class for tests. */
23 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390")
48 // Use the TESTCASE macro in subclasses of IntlTest. Define the
100 class IntlTest : public TestLog {
103 IntlTest();
118 virtual void setCaller( IntlTest* callingTest ); // for internal use only
219 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
235 IntlTest* caller;
269 static IntlTest* gTest;
caltztst.h 18 #include "intltest.h"
23 class CalendarTimeZoneTest : public IntlTest
normconf.h 16 #include "intltest.h"
20 class NormalizerConformanceTest : public IntlTest {
rbbiapts.h 20 #include "intltest.h"
26 class RBBIAPITest: public IntlTest {
ssearch.h 16 #include "intltest.h"
25 class SSearchTest: public IntlTest {
tmsgfmt.h 16 #include "intltest.h"
21 class TestMessageFormat: public IntlTest {
tzregts.h 17 #include "intltest.h"
24 class TimeZoneRegressionTest: public IntlTest {
26 // IntlTest override
ucdtest.h 8 #include "intltest.h"
29 class UnicodeTest: public IntlTest {
  /external/icu4c/test/intltest/
canittst.h 31 #include "intltest.h"
34 class CanonicalIteratorTest : public IntlTest {
cpdtrtst.h 21 #include "intltest.h"
27 class CompoundTransliteratorTest : public IntlTest {
dadrcal.h 30 class DataDrivenCalendarTest : public IntlTest {
dcfmtest.h 21 #include "intltest.h"
24 class DecimalFormatTest: public IntlTest {
32 // The following are test functions that are visible from the intltest test framework.
itformat.cpp 62 extern IntlTest *createCompactDecimalFormatTest();
63 extern IntlTest *createGenderInfoTest();
146 LocalPointer<IntlTest> test(createGenderInfoTest());
155 LocalPointer<IntlTest> test(createCompactDecimalFormatTest());
itrbnf.h 15 #include "intltest.h"
19 class IntlTestRBNF : public IntlTest {
22 // IntlTest override
msfmrgts.h 14 #include "intltest.h"
19 class MessageFormatRegressionTest: public IntlTest {
21 // IntlTest override
plurfmts.h 17 #include "intltest.h"
22 class PluralFormatTest : public IntlTest {
transapi.h 19 #include "intltest.h"
25 class TransliteratorAPITest : public IntlTest {
tsdate.h 16 #include "intltest.h"
21 class IntlTestDateFormat: public IntlTest {
intltest.h 9 * IntlTest is a base class for tests. */
46 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390")
71 // Use the TESTCASE macro in subclasses of IntlTest. Define the
126 class IntlTest : public TestLog {
129 IntlTest();
145 virtual void setCaller( IntlTest* callingTest ); // for internal use only
267 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
284 IntlTest* caller;
323 static IntlTest* gTest;

Completed in 1312 milliseconds

1 2 3 45 6 7 8 9