Searched defs:IntlTest (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
H A Dintltest.h9 * 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 { class in inherits: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;
H A Dintltest.cpp11 * IntlTest is a base class for tests.
227 IntlTest::appendHex(uint32_t number,
267 IntlTest::prettify(const UnicodeString &source,
303 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash)
352 /* IntlTest::setICU_DATA - if the ICU_DATA environment variable is not already
361 void IntlTest::setICU_DATA() {
433 IntlTest* IntlTest::gTest = NULL;
439 if (IntlTest::gTest)
440 IntlTest
503 IntlTest::IntlTest() function in class:IntlTest
[all...]

Completed in 76 milliseconds