/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 267 IntlTest::appendHex(uint32_t number, in appendHex() 317 IntlTest::toHex(uint32_t number, int32_t digits) { in toHex() 329 IntlTest::prettify(const UnicodeString &source, in prettify() 365 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify() 423 void IntlTest::setICU_DATA() { in setICU_DATA() 495 IntlTest* IntlTest::gTest = NULL; 501 if (IntlTest::gTest) in it_log() 502 IntlTest::gTest->log( message ); in it_log() 507 if (IntlTest::gTest) in it_logln() 508 IntlTest::gTest->logln( message ); in it_logln() [all …]
|
D | itformat.cpp | 65 extern IntlTest *createCompactDecimalFormatTest(); 66 extern IntlTest *createGenderInfoTest(); 68 extern IntlTest *createRelativeDateTimeFormatterTest(); 70 extern IntlTest *createTimeUnitTest(); 71 extern IntlTest *createMeasureFormatTest(); 72 extern IntlTest *createNumberFormatSpecificationTest(); 73 extern IntlTest *createScientificNumberFormatterTest(); 150 LocalPointer<IntlTest> test(createTimeUnitTest()); in runIndexedTest() 165 LocalPointer<IntlTest> test(createGenderInfoTest()); in runIndexedTest() 174 LocalPointer<IntlTest> test(createCompactDecimalFormatTest()); in runIndexedTest() [all …]
|
D | numbertest.h | 31 class AffixUtilsTest : public IntlTest { 46 class NumberFormatterApiTest : public IntlTest { 121 class DecimalQuantityTest : public IntlTest { 142 class DoubleConversionTest : public IntlTest { 149 class ModifiersTest : public IntlTest { 168 class PatternModifierTest : public IntlTest { 181 class PatternStringTest : public IntlTest { 193 class NumberStringBuilderTest : public IntlTest { 209 class StringSegmentTest : public IntlTest { 220 class NumberParserTest : public IntlTest { [all …]
|
D | itutil.cpp | 35 extern IntlTest *createBytesTrieTest(); 36 static IntlTest *createLocalPointerTest(); 37 extern IntlTest *createUCharsTrieTest(); 38 static IntlTest *createEnumSetTest(); 39 extern IntlTest *createSimpleFormatterTest(); 40 extern IntlTest *createUnifiedCacheTest(); 41 extern IntlTest *createQuantityFormatterTest(); 42 extern IntlTest *createPluralMapTest(); 44 extern IntlTest *createStaticUnicodeSetsTest(); 81 LocalPointer<IntlTest> test(createLocalPointerTest()); in runIndexedTest() [all …]
|
D | tsmthred.cpp | 191 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest() 194 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest() 197 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest() 208 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest() 211 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest() 214 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest() 272 IntlTest::gTest->errln( in run() 283 IntlTest::gTest->errln( in run() 646 IntlTest::gTest->dataerrln("%s:%d Error %s on NumberFormat::createInstance().", in run() 653 IntlTest::gTest->errln("%s:%d Error %s on NumberFormat::createPercentInstance().", in run() [all …]
|
D | rbbimonkeytest.cpp | 140 IntlTest::gTest->errln("%s:%d: error %s creating UnicodeSet %s", __FILE__, __LINE__, in addCharClass() 154 IntlTest::gTest->logln("Redefinition of character class %s\n", CStr(cclass->fName)()); in addCharClass() 177 IntlTest::gTest->errln("%s:%d char class \"%s\" unrecognized in rule \"%s\"", in addRule() 222 IntlTest::gTest->errln("%s:%d Error creating regular expression for %s", in addRule() 249 … IntlTest::gTest->errln("%s:%d Unrecognized break type %s", __FILE__, __LINE__, CStr(value)()); in setKeywordParameter() 276 … IntlTest::gTest->errln("%s:%d Bad break iterator type of %d", __FILE__, __LINE__, fType); in createICUBreakIterator() 336 IntlTest::gTest->errln("%s:%d: Unrecognized line in rule file %s: \"%s\"\n", in compileRules() 354 IntlTest::gTest->errln("%s:%d: internal error, set names (%s, %s) inconsistent.\n", in compileRules() 395 void MonkeyTestData::set(BreakRules *rules, IntlTest::icu_rand &rand, UErrorCode &status) { in set() 487 … IntlTest::gTest->errln("%s:%d Trouble with monkey test reference rules at position %d. ", in set() [all …]
|
D | thcoll.cpp | 107 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestNamesList() 154 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestDictionary() 167 + " compare(" + IntlTest::prettify(lastWord, str); in TestDictionary() 169 + IntlTest::prettify(word, str) + ") returned " + result in TestDictionary() 287 i/3 + ": compare(" + IntlTest::prettify(s1, t1) in compareArray() 288 + " , " + IntlTest::prettify(s2, t2) in compareArray() 316 i/3 + ": key(" + IntlTest::prettify(s1, t1) in compareArray() 317 + ").compareTo(key(" + IntlTest::prettify(s2, t2) in compareArray()
|
D | intltest.h | 26 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390") 119 LocalPointer<IntlTest> test(create##TestClass()); \ 136 class IntlTest : public TestLog { 139 IntlTest(); 155 virtual void setCaller( IntlTest* callingTest ); // for internal use only 327 virtual UBool callTest( IntlTest& testToBeCalled, char* par ); 344 IntlTest* caller; 385 static IntlTest* gTest;
|
D | simplethread.h | 29 class IntlTest; variable 48 ThreadPoolBase(IntlTest *test, int32_t numThreads); 58 IntlTest *fIntlTest;
|
D | dtfmtrtts.h | 25 class DateFormatRoundTripTest : public IntlTest { 54 return ((uint32_t) (IntlTest::random() * (1<<16))) | in randLong() 55 (((uint32_t) (IntlTest::random() * (1<<16))) << 16); in randLong()
|
D | itmajor.h | 20 class MajorTestLevel: public IntlTest { 24 class IntlTestNormalize: public IntlTest {
|
D | itutil.h | 18 class IntlTestUtilities: public IntlTest { 23 class ErrorCodeTest: public IntlTest {
|
D | testutil.h | 40 static UBool checkEqualEdits(IntlTest &test, const UnicodeString &name, 44 IntlTest &test, const UnicodeString &name,
|
D | rbbimonkeytest.h | 54 class RBBIMonkeyTest: public IntlTest { 153 void set(BreakRules *rules, IntlTest::icu_rand &rand, UErrorCode &status); 195 IntlTest::icu_rand fRandomGenerator;
|
D | datadrivennumberformattestsuite.h | 23 class IntlTest; variable 28 class DataDrivenNumberFormatTestSuite : public IntlTest {
|
D | quantityformattertest.cpp | 21 class QuantityFormatterTest : public IntlTest { 150 extern IntlTest *createQuantityFormatterTest() { in createQuantityFormatterTest()
|
D | itmajor.cpp | 41 extern IntlTest *createBiDiConformanceTest(); 204 LocalPointer<IntlTest> test(createBiDiConformanceTest()); in runIndexedTest()
|
D | static_unisets_test.cpp | 14 class StaticUnicodeSetsTest : public IntlTest { 28 extern IntlTest *createStaticUnicodeSetsTest() { in createStaticUnicodeSetsTest()
|
D | genderinfotest.cpp | 34 class GenderInfoTest : public IntlTest { 119 extern IntlTest *createGenderInfoTest() { in createGenderInfoTest()
|
D | numbertest_stringbuilder.cpp | 273 IntlTest::assertEquals("Lengths should be the same", a.length(), b.length()); in assertEqualsImpl() 274 …IntlTest::assertEquals("Code point counts should be the same", a.countChar32(), b.codePointCount()… in assertEqualsImpl() 281 IntlTest::assertEquals( in assertEqualsImpl()
|
D | tfsmalls.h | 18 class TestFormatSmallClasses: public IntlTest {
|
D | scientificnumberformattertest.cpp | 24 class ScientificNumberFormatterTest : public IntlTest { 216 extern IntlTest *createScientificNumberFormatterTest() { in createScientificNumberFormatterTest()
|
D | itformat.h | 23 class IntlTestFormat: public IntlTest {
|
D | tzoffloc.h | 19 class TimeZoneOffsetLocalTest : public IntlTest {
|
D | ittrans.h | 26 class IntlTestTransliterator: public IntlTest {
|