Searched refs:IntlTest (Results 1 – 25 of 120) sorted by relevance
12345
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 244 IntlTest::appendHex(uint32_t number, in appendHex() 287 IntlTest::toHex(uint32_t number, int32_t digits) { in toHex() 299 IntlTest::prettify(const UnicodeString &source, in prettify() 335 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify() 393 void IntlTest::setICU_DATA() { in setICU_DATA() 465 IntlTest* IntlTest::gTest = NULL; 471 if (IntlTest::gTest) in it_log() 472 IntlTest::gTest->log( message ); in it_log() 477 if (IntlTest::gTest) in it_logln() 478 IntlTest::gTest->logln( message ); in it_logln() [all …]
|
D | itformat.cpp | 61 extern IntlTest *createCompactDecimalFormatTest(); 62 extern IntlTest *createGenderInfoTest(); 64 extern IntlTest *createRelativeDateTimeFormatterTest(); 66 extern IntlTest *createTimeUnitTest(); 67 extern IntlTest *createMeasureFormatTest(); 68 extern IntlTest *createNumberFormatSpecificationTest(); 69 extern IntlTest *createScientificNumberFormatterTest(); 70 extern IntlTest *createNumberFormat2Test(); 147 LocalPointer<IntlTest> test(createTimeUnitTest()); in runIndexedTest() 162 LocalPointer<IntlTest> test(createGenderInfoTest()); in runIndexedTest() [all …]
|
D | itutil.cpp | 33 extern IntlTest *createBytesTrieTest(); 34 static IntlTest *createLocalPointerTest(); 35 extern IntlTest *createUCharsTrieTest(); 36 static IntlTest *createEnumSetTest(); 37 extern IntlTest *createSimplePatternFormatterTest(); 38 extern IntlTest *createUnifiedCacheTest(); 39 extern IntlTest *createQuantityFormatterTest(); 40 extern IntlTest *createPluralMapTest(); 76 LocalPointer<IntlTest> test(createLocalPointerTest()); in runIndexedTest() 84 LocalPointer<IntlTest> test(createBytesTrieTest()); in runIndexedTest() [all …]
|
D | tsmthred.cpp | 240 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest() 243 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest() 246 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest() 257 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest() 260 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest() 263 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest() 321 IntlTest::gTest->errln( in run() 332 IntlTest::gTest->errln( in run() 694 IntlTest::gTest->dataerrln("%s:%d Error %s on NumberFormat::createInstance().", in run() 701 IntlTest::gTest->errln("%s:%d Error %s on NumberFormat::createPercentInstance().", in run() [all …]
|
D | thcoll.cpp | 104 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestNamesList() 151 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestDictionary() 164 + " compare(" + IntlTest::prettify(lastWord, str); in TestDictionary() 166 + IntlTest::prettify(word, str) + ") returned " + result in TestDictionary() 284 i/3 + ": compare(" + IntlTest::prettify(s1, t1) in compareArray() 285 + " , " + IntlTest::prettify(s2, t2) in compareArray() 313 i/3 + ": key(" + IntlTest::prettify(s1, t1) in compareArray() 314 + ").compareTo(key(" + IntlTest::prettify(s2, t2) in compareArray()
|
D | intltest.h | 29 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390") 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;
|
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 | 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 { 94 class StringCaseTest: public IntlTest {
|
D | datadrivennumberformattestsuite.h | 20 class IntlTest; variable 25 class DataDrivenNumberFormatTestSuite : public IntlTest {
|
D | quantityformattertest.cpp | 19 class QuantityFormatterTest : public IntlTest { 148 extern IntlTest *createQuantityFormatterTest() { in createQuantityFormatterTest()
|
D | itmajor.cpp | 39 extern IntlTest *createBiDiConformanceTest(); 202 LocalPointer<IntlTest> test(createBiDiConformanceTest()); in runIndexedTest()
|
D | genderinfotest.cpp | 32 class GenderInfoTest : public IntlTest { 117 extern IntlTest *createGenderInfoTest() { in createGenderInfoTest()
|
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 | itrbbi.h | 24 class IntlTestRBBI: public IntlTest {
|
D | ittrans.h | 24 class IntlTestTransliterator: public IntlTest {
|
D | sdtfmtts.h | 19 class IntlTestSimpleDateFormatAPI : public IntlTest {
|
D | nmfmapts.h | 20 class IntlTestNumberFormatAPI: public IntlTest {
|
D | selfmts.h | 22 class SelectFormatTest : public IntlTest {
|
D | dtptngts.h | 19 class IntlTestDateTimePatternGeneratorAPI : public IntlTest {
|
D | tzfmttst.h | 17 class TimeZoneFormatTest : public IntlTest {
|
D | trnserr.h | 31 class TransliteratorErrorTest : public IntlTest {
|
12345