Home
last modified time | relevance | path

Searched refs:IntlTest (Results 1 – 25 of 120) sorted by relevance

12345

/external/icu/icu4c/source/test/intltest/
Dintltest.cpp244 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 …]
Ditformat.cpp61 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 …]
Ditutil.cpp33 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 …]
Dtsmthred.cpp240 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 …]
Dthcoll.cpp104 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()
Dintltest.h29 #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;
Ddtfmtrtts.h23 class DateFormatRoundTripTest : public IntlTest {
52 return ((uint32_t) (IntlTest::random() * (1<<16))) | in randLong()
53 (((uint32_t) (IntlTest::random() * (1<<16))) << 16); in randLong()
Ditmajor.h18 class MajorTestLevel: public IntlTest {
22 class IntlTestNormalize: public IntlTest {
Ditutil.h16 class IntlTestUtilities: public IntlTest {
21 class ErrorCodeTest: public IntlTest {
Dustrtest.h22 class UnicodeStringTest: public IntlTest {
94 class StringCaseTest: public IntlTest {
Ddatadrivennumberformattestsuite.h20 class IntlTest; variable
25 class DataDrivenNumberFormatTestSuite : public IntlTest {
Dquantityformattertest.cpp19 class QuantityFormatterTest : public IntlTest {
148 extern IntlTest *createQuantityFormatterTest() { in createQuantityFormatterTest()
Ditmajor.cpp39 extern IntlTest *createBiDiConformanceTest();
202 LocalPointer<IntlTest> test(createBiDiConformanceTest()); in runIndexedTest()
Dgenderinfotest.cpp32 class GenderInfoTest : public IntlTest {
117 extern IntlTest *createGenderInfoTest() { in createGenderInfoTest()
Dtfsmalls.h16 class TestFormatSmallClasses: public IntlTest {
Ditformat.h21 class IntlTestFormat: public IntlTest {
Dtzoffloc.h17 class TimeZoneOffsetLocalTest : public IntlTest {
Ditrbbi.h24 class IntlTestRBBI: public IntlTest {
Dittrans.h24 class IntlTestTransliterator: public IntlTest {
Dsdtfmtts.h19 class IntlTestSimpleDateFormatAPI : public IntlTest {
Dnmfmapts.h20 class IntlTestNumberFormatAPI: public IntlTest {
Dselfmts.h22 class SelectFormatTest : public IntlTest {
Ddtptngts.h19 class IntlTestDateTimePatternGeneratorAPI : public IntlTest {
Dtzfmttst.h17 class TimeZoneFormatTest : public IntlTest {
Dtrnserr.h31 class TransliteratorErrorTest : public IntlTest {

12345