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

/external/icu/icu4c/source/test/intltest/
H A Dintltest.h11 * IntlTest is a base class for tests. */
25 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390")
53 // Use the TESTCASE macro in subclasses of IntlTest. Define the
118 LocalPointer<IntlTest> test(create##TestClass()); \
135 class IntlTest : public TestLog { class in inherits:TestLog
138 IntlTest();
154 virtual void setCaller( IntlTest* callingTest ); // for internal use only
324 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
341 IntlTest* caller;
382 static IntlTest* gTes
[all...]
H A Dintltest.cpp13 * IntlTest is a base class for tests.
260 IntlTest::appendHex(uint32_t number,
310 IntlTest::toHex(uint32_t number, int32_t digits) {
322 IntlTest::prettify(const UnicodeString &source,
358 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash)
407 /* IntlTest::setICU_DATA - if the ICU_DATA environment variable is not already
416 void IntlTest::setICU_DATA() {
488 IntlTest* IntlTest::gTest = NULL;
494 if (IntlTest
558 IntlTest::IntlTest() function in class:IntlTest
[all...]

Completed in 99 milliseconds