Home
last modified time | relevance | path

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

12345

/external/icu4c/test/intltest/
Dintltest.cpp227 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 …]
Dthcoll.cpp103 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()
Ditutil.cpp32 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()
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()
Dintltest.h46 #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;
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 {
93 class StringCaseTest: public IntlTest {
Ditformat.cpp61 extern IntlTest *createGenderInfoTest();
144 LocalPointer<IntlTest> test(createGenderInfoTest()); in runIndexedTest()
Ditmajor.cpp39 extern IntlTest *createBiDiConformanceTest();
202 LocalPointer<IntlTest> test(createBiDiConformanceTest()); in runIndexedTest()
Dtfsmalls.h16 class TestFormatSmallClasses: public IntlTest {
Ditformat.h21 class IntlTestFormat: public IntlTest {
Dtzoffloc.h17 class TimeZoneOffsetLocalTest : public IntlTest {
Dtzfmttst.h17 class TimeZoneFormatTest : public IntlTest {
Ditrbbi.h24 class IntlTestRBBI: public IntlTest {
Dittrans.h24 class IntlTestTransliterator: public IntlTest {
Dsdtfmtts.h19 class IntlTestSimpleDateFormatAPI : public IntlTest {
Dselfmts.h22 class SelectFormatTest : public IntlTest {
Dnmfmapts.h20 class IntlTestNumberFormatAPI: public IntlTest {
Ddtptngts.h19 class IntlTestDateTimePatternGeneratorAPI : public IntlTest {
Ddtfmapts.h22 class IntlTestDateFormatAPI: public IntlTest {
Dtrnserr.h31 class TransliteratorErrorTest : public IntlTest {
Dtufmtts.h20 class TimeUnitTest: public IntlTest {
Dv32test.h19 class UVector32Test: public IntlTest {
Dtsdtfmsy.h19 class IntlTestDateFormatSymbols: public IntlTest {

12345