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. */
46 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390")
73 // Use the TESTCASE macro in subclasses of IntlTest. Define the
131 class IntlTest : public TestLog {
134 IntlTest();
150 virtual void setCaller( IntlTest* callingTest ); // for internal use only
296 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
313 IntlTest* caller;
353 static IntlTest* gTest;
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...]
  /external/icu/icu4c/source/test/intltest/
intltest.h 9 * IntlTest is a base class for tests. */
46 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390")
73 // Use the TESTCASE macro in subclasses of IntlTest. Define the
138 LocalPointer<IntlTest> test(create##TestClass()); \
155 class IntlTest : public TestLog {
158 IntlTest();
174 virtual void setCaller( IntlTest* callingTest ); // for internal use only
320 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
337 IntlTest* caller;
377 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 390 milliseconds