Home | History | Annotate | Download | only in cintltst

Lines Matching refs:c16

2807     UChar32 c16, c8;
2876 U16_NEXT(s16, i16, length16, c16);
2878 if(c16 != c8) {
2879 log_err("ures_getUTF8String(%p, %ld, '%s') got a bad string, c16=U+%04lx!=U+%04lx=c8 before i16=%ld\n",
2880 resB, (long)index, key, (long)c16, (long)c8, (long)i16);