Searched refs:expectFormat (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.h | 287 void expectFormat(const char **data, int32_t data_length,
|
D | dtfmttst.cpp | 1865 expectFormat(EN_DATA, UPRV_LENGTHOF(EN_DATA), Locale("en", "", "")); in TestNarrowNames() 1866 expectFormat(CS_DATA, UPRV_LENGTHOF(CS_DATA), Locale("cs", "", "")); in TestNarrowNames() 1867 expectFormat(CA_DATA, UPRV_LENGTHOF(CA_DATA), Locale("ca", "", "")); in TestNarrowNames() 2115 void DateFormatTest::expectFormat(const char** data, int32_t data_length, in expectFormat() function in DateFormatTest 4371 UnicodeString expectFormat; member 4413 if (getFormat.compare(itemPtr->expectFormat) != 0) { in TestFormatsWithNumberSystems() 4414 itemPtr->expectFormat.extract(0, itemPtr->expectFormat.length(), bExpected, kBBufMax); in TestFormatsWithNumberSystems()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 3038 expectFormat(EN_DATA, new Locale("en", "", "")); in TestNarrowNames() 3039 expectFormat(CS_DATA, new Locale("cs", "", "")); in TestNarrowNames() 3040 expectFormat(CA_DATA, new Locale("ca", "", "")); in TestNarrowNames() 3200 void expectFormat(String[] data, Locale loc) in expectFormat() method in DateFormatTest 4412 public String expectFormat; in TestFormatsWithNumberSystems() field in DateFormatTest.TestFmtWithNumSysItem 4418 expectFormat = exp; in TestFormatsWithNumberSystems() 4436 if (getFormat.toString().compareTo(item.expectFormat) != 0) { in TestFormatsWithNumberSystems() 4437 …IL: date format for locale " + item.localeID + ", expected \"" + item.expectFormat + "\", got \"" … in TestFormatsWithNumberSystems()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateFormatTest.java | 3041 expectFormat(EN_DATA, new Locale("en", "", "")); in TestNarrowNames() 3042 expectFormat(CS_DATA, new Locale("cs", "", "")); in TestNarrowNames() 3043 expectFormat(CA_DATA, new Locale("ca", "", "")); in TestNarrowNames() 3203 void expectFormat(String[] data, Locale loc) in expectFormat() method in DateFormatTest 4415 public String expectFormat; in TestFormatsWithNumberSystems() field in DateFormatTest.TestFmtWithNumSysItem 4421 expectFormat = exp; in TestFormatsWithNumberSystems() 4439 if (getFormat.toString().compareTo(item.expectFormat) != 0) { in TestFormatsWithNumberSystems() 4440 …IL: date format for locale " + item.localeID + ", expected \"" + item.expectFormat + "\", got \"" … in TestFormatsWithNumberSystems()
|