Home | History | Annotate | Download | only in cintltst

Lines Matching refs:lastCode

1418     const char* lastCode = "RHD";
1444 u_charsToUChars(lastCode, isoCode, uprv_strlen(zzzCode) + 1);
1446 log_data_err("FAIL: ISO code (%s) is not found.\n", lastCode);
1453 log_data_err("FAIL: ISO code (%s) was available in time range >1970-01-01.\n", lastCode);
1457 log_data_err("FAIL: ISO code (%s) was available in time range >1975.\n", lastCode);
1461 log_err("FAIL: ISO code (%s) was not available in time range >1981.\n", lastCode);
1466 log_err("FAIL: ISO code (%s) was not available in time range <1970.\n", lastCode);
1470 log_data_err("FAIL: ISO code (%s) was available in time range <1975.\n", lastCode);
1474 log_data_err("FAIL: ISO code (%s) was available in time range <1981.\n", lastCode);
1479 log_data_err("FAIL: ISO code (%s) was available in time range 1975-1978.\n", lastCode);
1483 log_data_err("FAIL: ISO code (%s) was available in time range 1970-1975.\n", lastCode);
1487 log_data_err("FAIL: ISO code (%s) was available in time range 1975-1981.\n", lastCode);
1491 log_data_err("FAIL: ISO code (%s) was available in time range 1970-1981.\n", lastCode);
1495 log_err("FAIL: ISO code (%s) was not available in time range 1981-1992.\n", lastCode);
1499 log_err("FAIL: ISO code (%s) was not available in time range 1950-1970.\n", lastCode);
1504 log_err("FAIL: Wrong range 1975-1970 for ISO code (%s) was not reported.\n", lastCode);
1506 log_data_err("FAIL: Error code not reported for wrong range 1975-1970 for ISO code (%s).\n", lastCode);