Searched refs:IntlTest (Results 1 – 25 of 108) sorted by relevance
12345
/external/icu4c/test/intltest/ |
D | intltest.cpp | 227 IntlTest::appendHex(uint32_t number, in appendHex() 270 IntlTest::toHex(uint32_t number, int32_t digits) { in toHex() 282 IntlTest::prettify(const UnicodeString &source, in prettify() 318 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify() 376 void IntlTest::setICU_DATA() { in setICU_DATA() 448 IntlTest* IntlTest::gTest = NULL; 454 if (IntlTest::gTest) in it_log() 455 IntlTest::gTest->log( message ); in it_log() 460 if (IntlTest::gTest) in it_logln() 461 IntlTest::gTest->logln( message ); in it_logln() [all …]
|
D | thcoll.cpp | 103 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestNamesList() 150 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestDictionary() 163 + " compare(" + IntlTest::prettify(lastWord, str); in TestDictionary() 165 + IntlTest::prettify(word, str) + ") returned " + result in TestDictionary() 283 i/3 + ": compare(" + IntlTest::prettify(s1, t1) in compareArray() 284 + " , " + IntlTest::prettify(s2, t2) in compareArray() 312 i/3 + ": key(" + IntlTest::prettify(s1, t1) in compareArray() 313 + ").compareTo(key(" + IntlTest::prettify(s2, t2) in compareArray()
|
D | itutil.cpp | 32 extern IntlTest *createBytesTrieTest(); 33 static IntlTest *createLocalPointerTest(); 34 extern IntlTest *createUCharsTrieTest(); 69 LocalPointer<IntlTest> test(createLocalPointerTest()); in runIndexedTest() 77 LocalPointer<IntlTest> test(createBytesTrieTest()); in runIndexedTest() 85 LocalPointer<IntlTest> test(createUCharsTrieTest()); in runIndexedTest() 209 class LocalPointerTest : public IntlTest { 221 static IntlTest *createLocalPointerTest() { in createLocalPointerTest()
|
D | dtfmtrtts.h | 23 class DateFormatRoundTripTest : public IntlTest { 52 return ((uint32_t) (IntlTest::random() * (1<<16))) | in randLong() 53 (((uint32_t) (IntlTest::random() * (1<<16))) << 16); in randLong()
|
D | intltest.h | 46 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390") 123 class IntlTest : public TestLog { 126 IntlTest(); 142 virtual void setCaller( IntlTest* callingTest ); // for internal use only 264 virtual UBool callTest( IntlTest& testToBeCalled, char* par ); 281 IntlTest* caller; 320 static IntlTest* gTest;
|
D | itmajor.h | 18 class MajorTestLevel: public IntlTest { 22 class IntlTestNormalize: public IntlTest {
|
D | itutil.h | 16 class IntlTestUtilities: public IntlTest { 21 class ErrorCodeTest: public IntlTest {
|
D | ustrtest.h | 22 class UnicodeStringTest: public IntlTest { 93 class StringCaseTest: public IntlTest {
|
D | itformat.cpp | 61 extern IntlTest *createGenderInfoTest(); 144 LocalPointer<IntlTest> test(createGenderInfoTest()); in runIndexedTest()
|
D | itmajor.cpp | 39 extern IntlTest *createBiDiConformanceTest(); 202 LocalPointer<IntlTest> test(createBiDiConformanceTest()); in runIndexedTest()
|
D | tfsmalls.h | 16 class TestFormatSmallClasses: public IntlTest {
|
D | itformat.h | 21 class IntlTestFormat: public IntlTest {
|
D | tzoffloc.h | 17 class TimeZoneOffsetLocalTest : public IntlTest {
|
D | tzfmttst.h | 17 class TimeZoneFormatTest : public IntlTest {
|
D | itrbbi.h | 24 class IntlTestRBBI: public IntlTest {
|
D | ittrans.h | 24 class IntlTestTransliterator: public IntlTest {
|
D | sdtfmtts.h | 19 class IntlTestSimpleDateFormatAPI : public IntlTest {
|
D | selfmts.h | 22 class SelectFormatTest : public IntlTest {
|
D | nmfmapts.h | 20 class IntlTestNumberFormatAPI: public IntlTest {
|
D | dtptngts.h | 19 class IntlTestDateTimePatternGeneratorAPI : public IntlTest {
|
D | dtfmapts.h | 22 class IntlTestDateFormatAPI: public IntlTest {
|
D | trnserr.h | 31 class TransliteratorErrorTest : public IntlTest {
|
D | tufmtts.h | 20 class TimeUnitTest: public IntlTest {
|
D | v32test.h | 19 class UVector32Test: public IntlTest {
|
D | tsdtfmsy.h | 19 class IntlTestDateFormatSymbols: public IntlTest {
|
12345