Home | History | Annotate | Download | only in Support

Lines Matching refs:xE0

209       ((*Position & 0xE0) == 0xC0) &&
219 ((*Position & 0xF0) == 0xE0) &&
521 uint8_t FirstByte = 0xE0 | ((UnicodeScalarValue & 0xF000) >> 12);