Home
last modified time | relevance | path

Searched refs:wc2 (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/iconvdata/
Dutf-7.c374 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)); \
/glibc-2.36/posix/
Dregex_internal.c509 wchar_t wc2; in re_string_skip_chars() local
512 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() local
754 mbclen = __mbrtowc (&wc2, (const char *) pp, mlen, in re_string_reconstruct()
762 wc = wc2; in re_string_reconstruct()