Searched refs:wc2 (Results 1 – 2 of 2) sorted by relevance
374 uint32_t wc2 = wch & 0xffff; \376 if (! __glibc_likely (wc2 >= 0xdc00 && wc2 < 0xe000)) \388 uint32_t wc2 = ((uint32_t) statep->__value.__wch & 0xffff) \395 assert (wc2 >= 0xdc00 && wc2 < 0xe000); \397 0x10000 + ((wc1 - 0xd800) << 10) + (wc2 - 0xdc00)); \
509 wchar_t wc2; in re_string_skip_chars() local512 mbclen = __mbrtowc (&wc2, (const char *) pstr->raw_mbs + rawbuf_idx, in re_string_skip_chars()526 wc = wc2; in re_string_skip_chars()738 wchar_t wc2; in re_string_reconstruct() local754 mbclen = __mbrtowc (&wc2, (const char *) pp, mlen, in re_string_reconstruct()762 wc = wc2; in re_string_reconstruct()