Lines Matching defs:c8
2827 UChar32 c16, c8;
2897 U8_NEXT(s8, i8, length8, c8);
2898 if(c16 != c8) {
2899 log_err("ures_getUTF8String(%p, %ld, '%s') got a bad string, c16=U+%04lx!=U+%04lx=c8 before i16=%ld\n",
2900 resB, (long)index, key, (long)c16, (long)c8, (long)i16);