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

  /external/chromium_org/third_party/icu/source/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...]
  /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
126 class IntlTest : public TestLog {
129 IntlTest();
145 virtual void setCaller( IntlTest* callingTest ); // for internal use only
267 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
284 IntlTest* caller;
323 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 4097 milliseconds