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 9 * IntlTest is a base class for tests. */
29 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390")
56 // Use the TESTCASE macro in subclasses of IntlTest. Define the
121 LocalPointer<IntlTest> test(create##TestClass()); \
138 class IntlTest : public TestLog {
141 IntlTest();
157 virtual void setCaller( IntlTest* callingTest ); // for internal use only
304 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
321 IntlTest* caller;
362 static IntlTest* gTest
    [all...]
intltest.cpp 11 * IntlTest is a base class for tests.
29 #include "intltest.h"
244 IntlTest::appendHex(uint32_t number,
287 IntlTest::toHex(uint32_t number, int32_t digits) {
299 IntlTest::prettify(const UnicodeString &source,
335 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash)
384 /* IntlTest::setICU_DATA - if the ICU_DATA environment variable is not already
393 void IntlTest::setICU_DATA() {
465 IntlTest* IntlTest::gTest = NULL
    [all...]

Completed in 101 milliseconds