Home | History | Annotate | Download | only in cintltst

Lines Matching defs:code

505     /* TODO: Compare against parent's data too. This code can't handle fallbacks that some tools do already. */
1054 /* test if exemplar characters are part of script code */
1130 UScriptCode code[MAX_SCRIPTS_PER_LOCALE];
1172 codeLen = uscript_getCode(locale, code, 8, &ec);
1181 if(code[j]==-1){
1185 uprv_strcat(cbuf, uscript_getShortName(code[j]));
1330 * No comprehensive test of data, just basic check that the code path is alive.
1420 log_data_err("FAIL: ISO code (%s) is not found.\n", eurCode);
1425 log_data_err("FAIL: ISO code (%s) is not found.\n", usdCode);
1430 log_err("FAIL: ISO code (%s) is reported as available, but it doesn't exist.\n", zzzCode);
1435 log_data_err("FAIL: ISO code (%s) is not found.\n", lastCode);
1442 log_data_err("FAIL: ISO code (%s) was available in time range >1970-01-01.\n", lastCode);
1446 log_data_err("FAIL: ISO code (%s) was available in time range >1975.\n", lastCode);
1450 log_err("FAIL: ISO code (%s) was not available in time range >1981.\n", lastCode);
1455 log_err("FAIL: ISO code (%s) was not available in time range <1970.\n", lastCode);
1459 log_data_err("FAIL: ISO code (%s) was available in time range <1975.\n", lastCode);
1463 log_data_err("FAIL: ISO code (%s) was available in time range <1981.\n", lastCode);
1468 log_data_err("FAIL: ISO code (%s) was available in time range 1975-1978.\n", lastCode);
1472 log_data_err("FAIL: ISO code (%s) was available in time range 1970-1975.\n", lastCode);
1476 log_data_err("FAIL: ISO code (%s) was available in time range 1975-1981.\n", lastCode);
1480 log_data_err("FAIL: ISO code (%s) was available in time range 1970-1981.\n", lastCode);
1484 log_err("FAIL: ISO code (%s) was not available in time range 1981-1992.\n", lastCode);
1488 log_err("FAIL: ISO code (%s) was not available in time range 1950-1970.\n", lastCode);
1493 log_err("FAIL: Wrong range 1975-1970 for ISO code
1495 log_data_err("FAIL: Error code not reported for wrong range 1975-1970 for ISO code (%s).\n", lastCode);