Lines Matching refs:code
497 /* TODO: Compare against parent's data too. This code can't handle fallbacks that some tools do already. */
1091 /* test if exemplar characters are part of script code */
1139 UScriptCode code[MAX_SCRIPTS_PER_LOCALE];
1181 codeLen = uscript_getCode(locale, code, 8, &ec);
1190 if(code[j]==-1){
1194 uprv_strcat(cbuf, uscript_getShortName(code[j]));