Searched refs:dfBogus (Results 1 – 1 of 1) sorted by relevance
1090 DecimalFormat dfBogus(status); in testErrorCode() local1097 for (DecimalFormat *df: {&dfBogus, &dfGood}) { in testErrorCode()1153 DecimalFormat dfBogus(status); in testInvalidObject() local1163 assertTrue(WHERE, dfGood != dfBogus); in testInvalidObject()1171 assertTrue(WHERE, dfBogus != dfBogus2); in testInvalidObject()1186 assertTrue(WHERE, dfAssignmentBogus != dfBogus); in testInvalidObject()1189 auto dfBogusClone = dfBogus.clone(); in testInvalidObject()1196 DecimalFormat dfCopy(dfBogus); in testInvalidObject()1199 assertTrue(WHERE, dfCopy != dfBogus); in testInvalidObject()1200 DecimalFormat dfCopyAssign = dfBogus; in testInvalidObject()[all …]