Home | History | Annotate | Download | only in cintltst

Lines Matching full:length16

2874     int32_t length16, length8, i16, i8;
2878 length = &length16;
2890 length16 = *length;
2941 while(i16 < length16 && i8 < length8) {
2942 U16_NEXT(s16, i16, length16, c16);
2950 if(i16 < length16) {
2951 log_err("ures_getUTF8String(%p, %ld, '%s') UTF-8 string too short, length8=%ld, length16=%ld\n",
2952 resB, (long)idx, key, (long)length8, (long)length16);
2955 log_err("ures_getUTF8String(%p, %ld, '%s') UTF-8 string too long, length8=%ld, length16=%ld\n",
2956 resB, (long)idx, key, (long)length8, (long)length16);