Searched defs:teFillin2 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcreststn.c997 UResourceBundle *teFillin2=NULL; local
1084 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1088 if(strcmp(u_austrcpy(convOutput, tres_getString(teFillin2, -1, NULL, &len, &status)), "TE") != 0){
1090 log_err("ERROR: ures_getByIndex on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &len, &status)));
1107 teFillin2=ures_getNextResource(teFillin, teFillin2, &status);
1108 if(ures_getType(teFillin2) != URES_STRING){
1111 teFillin2=ures_getNextResource(teFillin, teFillin2,
1158 UResourceBundle *teFillin2=NULL; local
[all...]

Completed in 54 milliseconds