Home | History | Annotate | Download | only in cintltst

Lines Matching refs:script

72             UScriptCode script[10]={USCRIPT_INVALID_CODE};
73 uscript_getCode(testNames[i],script,capacity, &err);
74 if( script[0] != expected[i]){
75 log_data_err("Error getting script code Got: %i Expected: %i for name %s (Error code does not propagate if data is not present. Are you missing data?)\n",
76 script[0],expected[i],testNames[i]);
90 UScriptCode script[10]={USCRIPT_INVALID_CODE};
91 int32_t num = uscript_getCode("ja",script,capacity, &err);
96 num = uscript_getCode("ja",script,capacity, &err);
102 if(script[j]!=jaCode[j]) {
104 script[j], uscript_getName(script[j]),
135 log_data_err("Couldn't get script name\n");
299 * These script codes were originally added to ICU pre-3.6, so that ICU would
300 * have all ISO 15924 script codes. ICU was then based on Unicode 4.1.
301 * These script codes were added with only short names because we don't
304 * Whenever this happens, the long script names here need to be updated.
356 log_err("need to add new script codes in cucdapi.c!\n");
375 log_err("uscript_getCode failed for script name %s. Error: %s\n",expectedShort[i], u_errorName(status));
378 log_err("uscript_getCode did not return expected number of codes for script %s. EXPECTED: 1 GOT: %i\n", expectedShort[i], len);
381 log_err("uscript_getCode did not return expected code for script %s. EXPECTED: %i GOT: %i\n", expectedShort[i], (USCRIPT_BALINESE+i), fillIn[0] );
403 uscript_hasScript(0x063f, USCRIPT_ARABIC) && /* main Script value */
410 !uscript_hasScript(0x0640, USCRIPT_COMMON) && /* main Script value */
418 !uscript_hasScript(0x0650, USCRIPT_INHERITED) && /* main Script value */
426 !uscript_hasScript(0x0660, USCRIPT_COMMON) && /* main Script value */
435 uscript_hasScript(0xfdf2, USCRIPT_ARABIC) && /* main Script value */
483 /* U+063F has only a Script code, no Script_Extensions. */