HomeSort by relevance Sort by last modified time
    Searched defs:IntlTest (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/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;
intltest.cpp 11 * IntlTest is a base class for tests.
29 #include "intltest.h"
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
    [all...]

Completed in 618 milliseconds