Home
last modified time | relevance | path

Searched refs:IntlTest (Results 1 - 25 of 139) sorted by relevance

123456

/third_party/icu/icu4c/source/test/intltest/
H A Ditformat.cpp65 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();
74 extern IntlTest *createFormattedValueTest();
75 extern IntlTest *createFormattedStringBuilderTest();
76 extern IntlTest *createStringSegmentTes
[all...]
H A Dintltest.cpp13 * IntlTest is a base class for tests.
270 IntlTest::appendHex(uint32_t number, in appendHex()
320 IntlTest::toHex(uint32_t number, int32_t digits) { in toHex()
332 IntlTest::prettify(const UnicodeString &source, in prettify()
368 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify()
417 /* IntlTest::setICU_DATA - if the ICU_DATA environment variable is not already
426 void IntlTest::setICU_DATA() { in setICU_DATA()
498 IntlTest* IntlTest::gTest = NULL;
504 if (IntlTest in it_log()
568 IntlTest::IntlTest() IntlTest() function in IntlTest
[all...]
H A Dnumbertest.h37 class AffixUtilsTest : public IntlTest {
198 class DecimalQuantityTest : public IntlTest {
224 class DoubleConversionTest : public IntlTest {
231 class ModifiersTest : public IntlTest {
250 class PatternModifierTest : public IntlTest {
276 class NumberParserTest : public IntlTest {
291 class NumberSkeletonTest : public IntlTest {
368 class NumberPermutationTest : public IntlTest {
388 class NumberTest : public IntlTest {
H A Dthcoll.cpp107 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()
H A Dtsmthred.cpp182 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest()
185 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest()
188 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest()
199 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest()
202 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest()
205 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest()
536 IntlTest::gTest->dataerrln("%s:%d Error %s on NumberFormat::createInstance().",
543 IntlTest::gTest->errln("%s:%d Error %s on NumberFormat::createPercentInstance().",
548 for(iteration = 0;!IntlTest::gTest->getErrors() && iteration<kFormatThreadIterations;iteration++)
558 IntlTest
[all...]
H A Ditutil.cpp37 extern IntlTest *createBytesTrieTest();
38 extern IntlTest *createLocaleMatcherTest();
39 static IntlTest *createLocalPointerTest();
40 extern IntlTest *createUCharsTrieTest();
41 static IntlTest *createEnumSetTest();
42 extern IntlTest *createSimpleFormatterTest();
43 extern IntlTest *createUnifiedCacheTest();
44 extern IntlTest *createQuantityFormatterTest();
45 extern IntlTest *createPluralMapTest();
47 extern IntlTest *createStaticUnicodeSetsTes
[all...]
H A Drbbimonkeytest.cpp140 IntlTest::gTest->errln("%s:%d: error %s creating UnicodeSet %s\n Expanded set definition: %s", 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 in set()
[all...]
H A Ddtfmtrtts.h25 class DateFormatRoundTripTest : public IntlTest {
27 // IntlTest override
52 // The portable IntlTest::random() function has sufficient in randLong()
54 return ((uint32_t) (IntlTest::random() * (1<<16))) | in randLong()
55 (((uint32_t) (IntlTest::random() * (1<<16))) << 16); in randLong()
H A Dsimplethread.h38 class IntlTest;
57 ThreadPoolBase(IntlTest *test, int32_t numThreads);
67 IntlTest *fIntlTest;
H A Dintltest.h11 * IntlTest is a base class for tests. */
29 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390")
57 // Use the TESTCASE macro in subclasses of IntlTest. Define the
122 LocalPointer<IntlTest> test(create##TestClass()); \
139 class IntlTest : public TestLog { class
142 IntlTest();
159 virtual void setCaller( IntlTest* callingTest ); // for internal use only
368 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
386 IntlTest* caller;
429 static IntlTest* gTes
[all...]
H A Ditmajor.h20 class MajorTestLevel: public IntlTest {
24 class IntlTestNormalize: public IntlTest {
H A Dunits_router_test.cpp13 class UnitsRouterTest : public IntlTest {
22 extern IntlTest *createUnitsRouterTest() { return new UnitsRouterTest(); } in createUnitsRouterTest()
H A Ditutil.h18 class IntlTestUtilities: public IntlTest {
23 class ErrorCodeTest: public IntlTest {
H A Ditformat.h24 class IntlTestFormat: public IntlTest {
36 class IntlTestWithFieldPosition : public IntlTest {
H A Dtestutil.h40 static UBool checkEqualEdits(IntlTest &test, const UnicodeString &name,
44 IntlTest &test, const UnicodeString &name,
H A Drbbimonkeytest.h54 class RBBIMonkeyTest: public IntlTest {
64 const char *fParams; // Copy of user parameters passed in from IntlTest.
153 void set(BreakRules *rules, IntlTest::icu_rand &rand, UErrorCode &status);
195 IntlTest::icu_rand fRandomGenerator;
H A Ddatadrivennumberformattestsuite.h23 class IntlTest;
28 class DataDrivenNumberFormatTestSuite : public IntlTest {
H A Dformatted_string_builder_test.cpp16 class FormattedStringBuilderTest : public IntlTest {
372 // TODO: Why won't this compile without the IntlTest:: qualifier? in assertEqualsImpl()
373 IntlTest::assertEquals("Lengths should be the same", a.length(), b.length()); in assertEqualsImpl()
374 IntlTest::assertEquals("Code point counts should be the same", a.countChar32(), b.codePointCount()); in assertEqualsImpl()
381 IntlTest::assertEquals( in assertEqualsImpl()
389 extern IntlTest *createFormattedStringBuilderTest() { in createFormattedStringBuilderTest()
H A Ditmajor.cpp41 extern IntlTest *createBiDiConformanceTest();
204 LocalPointer<IntlTest> test(createBiDiConformanceTest()); in runIndexedTest()
H A Dunits_data_test.cpp18 class UnitsDataTest : public IntlTest {
30 extern IntlTest *createUnitsDataTest() { return new UnitsDataTest(); } in createUnitsDataTest()
H A Dquantityformattertest.cpp27 class QuantityFormatterTest : public IntlTest {
157 extern IntlTest *createQuantityFormatterTest() { in createQuantityFormatterTest()
H A Dstring_segment_test.cpp11 class StringSegmentTest : public IntlTest {
116 extern IntlTest *createStringSegmentTest() { in createStringSegmentTest()
H A Dgenderinfotest.cpp34 class GenderInfoTest : public IntlTest {
119 extern IntlTest *createGenderInfoTest() { in createGenderInfoTest()
H A Dscientificnumberformattertest.cpp24 class ScientificNumberFormatterTest : public IntlTest {
216 extern IntlTest *createScientificNumberFormatterTest() { in createScientificNumberFormatterTest()
H A Dstatic_unisets_test.cpp14 class StaticUnicodeSetsTest : public IntlTest {
28 extern IntlTest *createStaticUnicodeSetsTest() { in createStaticUnicodeSetsTest()

Completed in 13 milliseconds

123456