Home | History | Annotate | Download | only in cintltst

Lines Matching defs:i16

2879     int32_t length16, length8, i16, i8;
2945 i16 = i8 = 0;
2946 while(i16 < length16 && i8 < length8) {
2947 U16_NEXT(s16, i16, length16, c16);
2950 log_err("ures_getUTF8String(%p, %ld, '%s') got a bad string, c16=U+%04lx!=U+%04lx=c8 before i16=%ld\n",
2951 resB, (long)idx, key, (long)c16, (long)c8, (long)i16);
2955 if(i16 < length16) {