Lines Matching defs:expectFormat
1864 expectFormat(EN_DATA, UPRV_LENGTHOF(EN_DATA), Locale("en", "", ""));
1865 expectFormat(CS_DATA, UPRV_LENGTHOF(CS_DATA), Locale("cs", "", ""));
1866 expectFormat(CA_DATA, UPRV_LENGTHOF(CA_DATA), Locale("ca", "", ""));
2114 void DateFormatTest::expectFormat(const char** data, int32_t data_length,
4370 UnicodeString expectFormat;
4412 if (getFormat.compare(itemPtr->expectFormat) != 0) {
4413 itemPtr->expectFormat.extract(0, itemPtr->expectFormat.length(), bExpected, kBBufMax);