Lines Matching refs:SURROGATE_MASK
13440 const uint32_t SURROGATE_MASK = match_system(big_endian) ? 0x80000000 : 0x00800000;13443 if (buffer[i] & SURROGATE_MASK) {