Searched refs:expectFormat (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.h | 286 void expectFormat(const char **data, int32_t data_length,
|
D | dtfmttst.cpp | 1864 expectFormat(EN_DATA, UPRV_LENGTHOF(EN_DATA), Locale("en", "", "")); in TestNarrowNames() 1865 expectFormat(CS_DATA, UPRV_LENGTHOF(CS_DATA), Locale("cs", "", "")); in TestNarrowNames() 1866 expectFormat(CA_DATA, UPRV_LENGTHOF(CA_DATA), Locale("ca", "", "")); in TestNarrowNames() 2114 void DateFormatTest::expectFormat(const char** data, int32_t data_length, in expectFormat() function in DateFormatTest 4366 UnicodeString expectFormat; member 4408 if (getFormat.compare(itemPtr->expectFormat) != 0) { in TestFormatsWithNumberSystems() 4409 itemPtr->expectFormat.extract(0, itemPtr->expectFormat.length(), bExpected, kBBufMax); in TestFormatsWithNumberSystems()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateFormatTest.java | 3035 expectFormat(EN_DATA, new Locale("en", "", "")); in TestNarrowNames() 3036 expectFormat(CS_DATA, new Locale("cs", "", "")); in TestNarrowNames() 3037 expectFormat(CA_DATA, new Locale("ca", "", "")); in TestNarrowNames() 3197 void expectFormat(String[] data, Locale loc) in expectFormat() method in DateFormatTest 4408 public String expectFormat; in TestFormatsWithNumberSystems() field in DateFormatTest.TestFmtWithNumSysItem 4414 expectFormat = exp; in TestFormatsWithNumberSystems() 4432 if (getFormat.toString().compareTo(item.expectFormat) != 0) { in TestFormatsWithNumberSystems() 4433 …IL: date format for locale " + item.localeID + ", expected \"" + item.expectFormat + "\", got \"" … in TestFormatsWithNumberSystems()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 3034 expectFormat(EN_DATA, new Locale("en", "", "")); in TestNarrowNames() 3035 expectFormat(CS_DATA, new Locale("cs", "", "")); in TestNarrowNames() 3036 expectFormat(CA_DATA, new Locale("ca", "", "")); in TestNarrowNames() 3196 void expectFormat(String[] data, Locale loc) in expectFormat() method in DateFormatTest 4407 public String expectFormat; in TestFormatsWithNumberSystems() field in DateFormatTest.TestFmtWithNumSysItem 4413 expectFormat = exp; in TestFormatsWithNumberSystems() 4431 if (getFormat.toString().compareTo(item.expectFormat) != 0) { in TestFormatsWithNumberSystems() 4432 …IL: date format for locale " + item.localeID + ", expected \"" + item.expectFormat + "\", got \"" … in TestFormatsWithNumberSystems()
|