Searched refs:testFormat (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/test/intltest/ |
D | tsdate.cpp | 38 testFormat(/* par */); in runIndexedTest() 82 testFormat(/* par */); in testLocale() 93 testFormat(/* par */); in testLocale() 106 testFormat(/* par */); in testLocale() 111 void IntlTestDateFormat::testFormat(/* char* par */) in testFormat() function in IntlTestDateFormat
|
D | tsnmfmt.cpp | 47 testFormat(/*par*/); in runIndexedTest() 83 testFormat(/* par */); in testLocale() 89 testFormat(/* par */); in testLocale() 95 testFormat(/* par */); in testLocale() 149 IntlTestNumberFormat::testFormat(/* char* par */) in testFormat() function in IntlTestNumberFormat
|
D | tmsgfmt.h | 85 void testFormat(void);
|
D | tsnmfmt.h | 32 void testFormat(/* char* par */);
|
D | tsdate.h | 38 void testFormat(/* char* par */);
|
D | tmsgfmt.cpp | 47 TESTCASE(13,testFormat); in runIndexedTest() 723 void TestMessageFormat::testFormat() in testFormat() function in TestMessageFormat
|
/external/icu4c/test/cintltst/ |
D | udatpg_test.c | 60 static const UChar testFormat[]= {0x7B, 0x31, 0x7D, 0x20, 0x7B, 0x30, 0x7D, 0}; /* {1} {0} */ variable 183 udatpg_setAppendItemFormat( dtpg, UDATPG_MONTH_FIELD, testFormat, 7 ); in TestUsage() 187 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) { in TestUsage() 202 udatpg_setDateTimeFormat( dtpg, testFormat, 7 ); in TestUsage() 205 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) { in TestUsage()
|