Lines Matching refs:testStatus
238 IcuTestErrorCode testStatus(helper, "AAA"); in TestIcuTestErrorCode() local
239 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
248 IcuTestErrorCode testStatus(helper, "BBB"); in TestIcuTestErrorCode() local
249 testStatus.setScope("foo"); in TestIcuTestErrorCode()
250 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
259 IcuTestErrorCode testStatus(helper, "CCC"); in TestIcuTestErrorCode() local
260 testStatus.setScope("foo"); in TestIcuTestErrorCode()
261 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
262 testStatus.errIfFailureAndReset(); in TestIcuTestErrorCode()
266 testStatus.set(U_ILLEGAL_CHAR_FOUND); in TestIcuTestErrorCode()
267 testStatus.errIfFailureAndReset("%6.4f", 5.43); in TestIcuTestErrorCode()
276 IcuTestErrorCode testStatus(helper, "DDD"); in TestIcuTestErrorCode() local
277 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
278 testStatus.errDataIfFailureAndReset(); in TestIcuTestErrorCode()
282 testStatus.set(U_ILLEGAL_CHAR_FOUND); in TestIcuTestErrorCode()
283 testStatus.errDataIfFailureAndReset("%6.4f", 5.43); in TestIcuTestErrorCode()
292 IcuTestErrorCode testStatus(helper, "EEE"); in TestIcuTestErrorCode() local
293 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
294 testStatus.expectErrorAndReset(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
296 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
297 testStatus.expectErrorAndReset(U_ILLEGAL_CHAR_FOUND); in TestIcuTestErrorCode()
301 testStatus.setScope("scopety scope"); in TestIcuTestErrorCode()
302 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
303 testStatus.expectErrorAndReset(U_ILLEGAL_PAD_POSITION, "%6.4f", 5.43); in TestIcuTestErrorCode()
305 testStatus.expectErrorAndReset(U_ILLEGAL_CHAR_FOUND, "%6.4f", 5.43); in TestIcuTestErrorCode()