Searched refs:testFormat (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Ddtifmtts.h32 void testFormat();
H A Dtsdate.h38 void testFormat(/* char* par */);
44 * call testFormat for different DateFormat::EStyle's, etc
H A Dtsnmfmt.h32 void testFormat(/* char* par */);
50 * call testFormat for currency, percent and plain number instances
H A Dtmsgfmt.h111 void testFormat(void);
H A Dtsdate.cpp38 testFormat(/* par */);
82 testFormat(/* par */);
93 testFormat(/* par */);
106 testFormat(/* par */);
111 void IntlTestDateFormat::testFormat(/* char* par */) function in class:IntlTestDateFormat
H A Dtsnmfmt.cpp48 testFormat(/*par*/);
84 testFormat(/* par */);
90 testFormat(/* par */);
96 testFormat(/* par */);
103 testFormat(/* par */);
158 IntlTestNumberFormat::testFormat(/* char* par */) function in class:IntlTestNumberFormat
H A Ddtifmtts.cpp47 TESTCASE(1, testFormat);
373 //====== test format in testFormat()
400 void DateIntervalFormatTest::testFormat() { function in class:DateIntervalFormatTest
H A Dtmsgfmt.cpp52 TESTCASE_AUTO(testFormat);
1052 void TestMessageFormat::testFormat() function in class:TestMessageFormat
/external/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c62 static const UChar testFormat[]= {0x7B, 0x31, 0x7D, 0x20, 0x7B, 0x30, 0x7D, 0}; /* {1} {0} */ variable
202 udatpg_setAppendItemFormat( dtpg, UDATPG_MONTH_FIELD, testFormat, 7 );
206 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
229 udatpg_setDateTimeFormat( dtpg, testFormat, 7 );
232 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DSimpleFormatterTest.java76 public void testFormat() { method in class:SimpleFormatterTest
H A DFormatterTest.java45 public void testFormat() { method in class:FormatterTest
H A DXMLFormatterTest.java114 public void testFormat() { method in class:XMLFormatterTest
/external/guava/guava-gwt/test/com/google/common/base/
H A DPreconditionsTest_gwt.java206 public void testFormat() throws Exception { method in class:PreconditionsTest_gwt
208 testCase.testFormat();
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DPreconditionsTest.java323 public void testFormat() { method in class:PreconditionsTest
/external/guava/guava-tests/test/com/google/common/base/
H A DPreconditionsTest.java325 public void testFormat() { method in class:PreconditionsTest

Completed in 1781 milliseconds