Lines Matching refs:v_multi_byte_utf8
32801 uint32_t v_multi_byte_utf8 = 0;
33271 v_multi_byte_utf8 = ((uint32_t)(wuffs_base__peek_u16le__no_bounds_check(iop_a_src)));
33272 if ((v_multi_byte_utf8 & 49152) == 32768) {
33273 v_multi_byte_utf8 = ((1984 & ((uint32_t)(v_multi_byte_utf8 << 6))) | (63 & (v_multi_byte_utf8 >> 8)));
33316 v_multi_byte_utf8 = ((uint32_t)(wuffs_base__peek_u24le__no_bounds_check(iop_a_src)));
33317 if ((v_multi_byte_utf8 & 12632064) == 8421376) {
33318 v_multi_byte_utf8 = ((61440 & ((uint32_t)(v_multi_byte_utf8 << 12))) | (4032 & (v_multi_byte_utf8 >> 2)) | (63 & (v_multi_byte_utf8 >> 16)));
33319 if ((2047 < v_multi_byte_utf8) && ((v_multi_byte_utf8 < 55296) || (57343 < v_multi_byte_utf8))) {
33363 v_multi_byte_utf8 = wuffs_base__peek_u32le__no_bounds_check(iop_a_src);
33364 if ((v_multi_byte_utf8 & 3233857536) == 2155905024) {
33365 v_multi_byte_utf8 = ((1835008 & ((uint32_t)(v_multi_byte_utf8 << 18))) |
33366 (258048 & ((uint32_t)(v_multi_byte_utf8 << 4))) |
33367 (4032 & (v_multi_byte_utf8 >> 10)) |
33368 (63 & (v_multi_byte_utf8 >> 24)));
33369 if ((65535 < v_multi_byte_utf8) && (v_multi_byte_utf8 <= 1114111)) {