Home | History | Annotate | Download | only in cintltst

Lines Matching refs:length16

2830     int32_t length16, length8, i16, i8;
2834 length = &length16;
2846 length16 = *length;
2897 while(i16 < length16 && i8 < length8) {
2898 length16, c16);
2906 if(i16 < length16) {
2907 log_err("ures_getUTF8String(%p, %ld, '%s') UTF-8 string too short, length8=%ld, length16=%ld\n",
2908 resB, (long)idx, key, (long)length8, (long)length16);
2911 log_err("ures_getUTF8String(%p, %ld, '%s') UTF-8 string too long, length8=%ld, length16=%ld\n",
2912 resB, (long)idx, key, (long)length8, (long)length16);