• Home
  • Raw
  • Download

Lines Matching refs:testStatus

307         IcuTestErrorCode testStatus(helper, "AAA");  in TestIcuTestErrorCode()  local
308 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
317 IcuTestErrorCode testStatus(helper, "BBB"); in TestIcuTestErrorCode() local
318 testStatus.setScope("foo"); in TestIcuTestErrorCode()
319 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
328 IcuTestErrorCode testStatus(helper, "CCC"); in TestIcuTestErrorCode() local
329 testStatus.setScope("foo"); in TestIcuTestErrorCode()
330 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
331 testStatus.errIfFailureAndReset(); in TestIcuTestErrorCode()
335 testStatus.set(U_ILLEGAL_CHAR_FOUND); in TestIcuTestErrorCode()
336 testStatus.errIfFailureAndReset("%6.4f", 5.43); in TestIcuTestErrorCode()
345 IcuTestErrorCode testStatus(helper, "DDD"); in TestIcuTestErrorCode() local
346 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
347 testStatus.errDataIfFailureAndReset(); in TestIcuTestErrorCode()
351 testStatus.set(U_ILLEGAL_CHAR_FOUND); in TestIcuTestErrorCode()
352 testStatus.errDataIfFailureAndReset("%6.4f", 5.43); in TestIcuTestErrorCode()
361 IcuTestErrorCode testStatus(helper, "EEE"); in TestIcuTestErrorCode() local
362 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
363 testStatus.expectErrorAndReset(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
365 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
366 testStatus.expectErrorAndReset(U_ILLEGAL_CHAR_FOUND); in TestIcuTestErrorCode()
370 testStatus.setScope("scopety scope"); in TestIcuTestErrorCode()
371 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
372 testStatus.expectErrorAndReset(U_ILLEGAL_PAD_POSITION, "%6.4f", 5.43); in TestIcuTestErrorCode()
374 testStatus.expectErrorAndReset(U_ILLEGAL_CHAR_FOUND, "%6.4f", 5.43); in TestIcuTestErrorCode()