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

  /external/icu/icu4c/source/test/intltest/
intltest.h 11 * IntlTest is a base class for tests. */
31 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390")
58 // Use the TESTCASE macro in subclasses of IntlTest. Define the
123 LocalPointer<IntlTest> test(create##TestClass()); \
140 class IntlTest : public TestLog {
143 IntlTest();
159 virtual void setCaller( IntlTest* callingTest ); // for internal use only
330 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
347 IntlTest* caller;
388 static IntlTest* gTest
    [all...]
intltest.cpp 13 * IntlTest is a base class for tests.
33 #include "intltest.h"
247 IntlTest::appendHex(uint32_t number,
297 IntlTest::toHex(uint32_t number, int32_t digits) {
309 IntlTest::prettify(const UnicodeString &source,
345 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash)
394 /* IntlTest::setICU_DATA - if the ICU_DATA environment variable is not already
403 void IntlTest::setICU_DATA() {
475 IntlTest* IntlTest::gTest = NULL
    [all...]

Completed in 332 milliseconds