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

/external/chromium/third_party/icu/source/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
70 class IntlTest : public TestLog { class in inherits:TestLog
73 IntlTest();
86 virtual void setCaller( IntlTest* callingTest ); // for internal use only
187 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
202 IntlTest* caller;
234 static IntlTest* gTest;
H A Dintltest.cpp11 * IntlTest is a base class for tests.
227 IntlTest::appendHex(uint32_t number,
263 IntlTest::prettify(const UnicodeString &source,
299 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash)
348 /* IntlTest::setICU_DATA - if the ICU_DATA environment variable is not already
357 void IntlTest::setICU_DATA() {
429 IntlTest* IntlTest::gTest = NULL;
435 if (IntlTest::gTest)
436 IntlTest
499 IntlTest::IntlTest() function in class:IntlTest
[all...]
/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
70 class IntlTest : public TestLog { class in inherits:TestLog
73 IntlTest();
88 virtual void setCaller( IntlTest* callingTest ); // for internal use only
189 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
205 IntlTest* caller;
237 static IntlTest* gTest;
H A Dintltest.cpp11 * IntlTest is a base class for tests.
227 IntlTest::appendHex(uint32_t number,
263 IntlTest::prettify(const UnicodeString &source,
299 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash)
348 /* IntlTest::setICU_DATA - if the ICU_DATA environment variable is not already
357 void IntlTest::setICU_DATA() {
429 IntlTest* IntlTest::gTest = NULL;
435 if (IntlTest::gTest)
436 IntlTest
499 IntlTest::IntlTest() function in class:IntlTest
[all...]

Completed in 63 milliseconds