Searched defs:IntlTest (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.h9 * 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 { class in inherits: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;
H A Dintltest.cpp11 * IntlTest is a base class for tests.
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)
440 IntlTest
503 IntlTest::IntlTest() function in class:IntlTest
[all...]
/external/icu4c/test/intltest/
H A Dintltest.h9 * 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 { class in inherits: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;
H A Dintltest.cpp11 * IntlTest is a base class for tests.
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;
454 if (IntlTest
518 IntlTest::IntlTest() function in class:IntlTest
[all...]

Completed in 133 milliseconds