Searched refs:wc1 (Results 1 – 4 of 4) sorted by relevance
1563 uint16_t wc1 = *frm_nxt; in utf16_to_utf8() local1564 if (wc1 > Maxcode) in utf16_to_utf8()1566 if (wc1 < 0x0080) { in utf16_to_utf8()1569 *to_nxt++ = static_cast<uint8_t>(wc1); in utf16_to_utf8()1570 } else if (wc1 < 0x0800) { in utf16_to_utf8()1573 *to_nxt++ = static_cast<uint8_t>(0xC0 | (wc1 >> 6)); in utf16_to_utf8()1574 *to_nxt++ = static_cast<uint8_t>(0x80 | (wc1 & 0x03F)); in utf16_to_utf8()1575 } else if (wc1 < 0xD800) { in utf16_to_utf8()1578 *to_nxt++ = static_cast<uint8_t>(0xE0 | (wc1 >> 12)); in utf16_to_utf8()1579 *to_nxt++ = static_cast<uint8_t>(0x80 | ((wc1 & 0x0FC0) >> 6)); in utf16_to_utf8()[all …]
713 __Char wc, wk, wc1; in match() local748 wc1 = wc; in match()755 if (globcharcoll(wc1, wk, 0) <= 0 && in match()761 wc1 = wc; in match()
1901 uint32_t wc1 = 0x80 - wc2; in gfx_fb_putimage() local1946 png->image[p01 + i] * hc2) * wc1 + in gfx_fb_putimage()
7314 * examples/fastwc/wc1.l, examples/fastwc/wc2.l,7519 examples/fastwc/wc1.l, examples/fastwc/wc2.l,