Searched refs:DecimalFormatTest (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ddcfmtest.h24 class DecimalFormatTest: public IntlTest { class in inherits:IntlTest
27 DecimalFormatTest();
28 virtual ~DecimalFormatTest();
H A Ddcfmtest.cpp44 DecimalFormatTest::DecimalFormatTest() function in class:DecimalFormatTest
49 DecimalFormatTest::~DecimalFormatTest()
55 void DecimalFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
57 if (exec) logln("TestSuite DecimalFormatTest: ");
81 {dataerrln("DecimalFormatTest failure at line %d. status=%s", \
84 #define DF_ASSERT(expr) {if ((expr)==FALSE) {errln("DecimalFormatTest failure at line %d.\n", __LINE__);};}
87 if (status!=errcode) {dataerrln("DecimalFormatTest failure at line %d. Expected status=%s, got %s", \
91 "DecimalFormatTest failur
[all...]
H A Ditformat.cpp58 #include "dcfmtest.h" // DecimalFormatTest
140 TESTCLASS(41,DecimalFormatTest);

Completed in 166 milliseconds