Home
last modified time | relevance | path

Searched refs:expectType (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp368 Formattable::Type expectType = Formattable::kDate; in execParseTest() local
370 case 'd': expectType = Formattable::kDouble; break; in execParseTest()
371 case 'i': expectType = Formattable::kLong; break; in execParseTest()
372 case 'l': expectType = Formattable::kInt64; break; in execParseTest()
378 if (result.getType() != expectType) { in execParseTest()
380 lineNum, formattableType(expectType), formattableType(result.getType())); in execParseTest()
/external/libcxx/test/support/
Duses_alloc_types.hpp192 bool checkConstruct(UsesAllocatorType expectType) const { in checkConstruct()
194 return COMPARE_ALLOC_TYPE(expectType, constructor_called) && in checkConstruct()
199 bool checkConstruct(UsesAllocatorType expectType, in checkConstruct()
202 return COMPARE_ALLOC_TYPE(expectType, constructor_called) && in checkConstruct()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIslamicTest.java336 private void verifyType(Calendar c, String expectType) { in verifyType() argument
338 if(!theType.equals(expectType)) { in verifyType()
339 errln("Expected calendar to be type " + expectType + " but instead it is " + theType); in verifyType()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIslamicTest.java333 private void verifyType(Calendar c, String expectType) { in verifyType() argument
335 if(!theType.equals(expectType)) { in verifyType()
336 errln("Expected calendar to be type " + expectType + " but instead it is " + theType); in verifyType()