Home | History | Annotate | Download | only in cintltst

Lines Matching defs:i16

2830     int32_t length16, length8, i16, i8;
2896 i16 = i8 = 0;
2897 while(i16 < length16 && i8 < length8) {
2898 i16, length16, c16);
2901 log_err("ures_getUTF8String(%p, %ld, '%s') got a bad string, c16=U+%04lx!=U+%04lx=c8 before i16=%ld\n",
2902 resB, (long)idx, key, (long)c16, (long)c8, (long)i16);
2906 if(i16 < length16) {