Searched refs:expectType (Results 1 – 4 of 4) sorted by relevance
368 Formattable::Type expectType = Formattable::kDate; in execParseTest() local370 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()
192 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()
336 private void verifyType(Calendar c, String expectType) { in verifyType() argument338 if(!theType.equals(expectType)) { in verifyType()339 errln("Expected calendar to be type " + expectType + " but instead it is " + theType); in verifyType()
333 private void verifyType(Calendar c, String expectType) { in verifyType() argument335 if(!theType.equals(expectType)) { in verifyType()336 errln("Expected calendar to be type " + expectType + " but instead it is " + theType); in verifyType()