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. */
46 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390")
71 // Use the TESTCASE macro in subclasses of IntlTest. Define the
123 class IntlTest : public TestLog {
126 IntlTest();
142 virtual void setCaller( IntlTest* callingTest ); // for internal use only
264 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
281 IntlTest* caller;
320 static IntlTest* gTest;
intltest.cpp 11 * IntlTest is a base class for tests.
29 #include "intltest.h"
227 IntlTest::appendHex(uint32_t number,
270 IntlTest::toHex(uint32_t number, int32_t digits) {
282 IntlTest::prettify(const UnicodeString &source,
318 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash)
367 /* IntlTest::setICU_DATA - if the ICU_DATA environment variable is not already
376 void IntlTest::setICU_DATA() {
448 IntlTest* IntlTest::gTest = NULL
    [all...]

Completed in 62 milliseconds