Searched refs:wc2 (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libiconv_modules/UTF1632/ |
H A D | citrus_utf1632.c | 251 wchar_t wc2; in _citrus_UTF1632_wcrtomb_priv() local 275 wc2 = 0; in _citrus_UTF1632_wcrtomb_priv() 286 wc2 = (wc & 0x3FF) | 0xDC00; in _citrus_UTF1632_wcrtomb_priv() 305 if (wc2 != 0) { in _citrus_UTF1632_wcrtomb_priv() 306 wc = wc2; in _citrus_UTF1632_wcrtomb_priv() 307 wc2 = 0; in _citrus_UTF1632_wcrtomb_priv()
|
/freebsd/bin/sh/ |
H A D | expand.c | 1260 wchar_t wc, wc2; in patmatch() local 1357 wc2 = get_wc(&p); in patmatch() 1358 if (wc2 == 0) /* bad utf-8 */ in patmatch() 1361 wc2 = (unsigned char)*p++; in patmatch() 1363 && collate_range_cmp(chr, wc2) <= 0 in patmatch()
|
/freebsd/contrib/tcsh/ |
H A D | glob.c | 751 __Char wc2; in match() local 754 pwk = One_Char_mbtowc(&wc2, pat, MB_LEN_MAX); in match() 756 globcharcoll(wk, wc2, 0) <= 0) in match()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 1584 uint16_t wc2 = frm_nxt[1]; in utf16_to_utf8() local 1585 if ((wc2 & 0xFC00) != 0xDC00) in utf16_to_utf8() 1589 … if (((((wc1 & 0x03C0UL) >> 6) + 1) << 16) + ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8() 1595 *to_nxt++ = static_cast<uint8_t>(0x80 | ((wc1 & 0x0003) << 4) | ((wc2 & 0x03C0) >> 6)); in utf16_to_utf8() 1596 *to_nxt++ = static_cast<uint8_t>(0x80 | (wc2 & 0x003F)); in utf16_to_utf8() 1650 uint16_t wc2 = static_cast<uint16_t>(frm_nxt[1]); in utf16_to_utf8() local 1651 if ((wc2 & 0xFC00) != 0xDC00) in utf16_to_utf8() 1655 … if (((((wc1 & 0x03C0UL) >> 6) + 1) << 16) + ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8() 1661 *to_nxt++ = static_cast<uint8_t>(0x80 | ((wc1 & 0x0003) << 4) | ((wc2 & 0x03C0) >> 6)); in utf16_to_utf8() 1662 *to_nxt++ = static_cast<uint8_t>(0x80 | (wc2 & 0x003F)); in utf16_to_utf8()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string.c | 2461 uint32_t wc2 = 0; in cesu8_to_unicode() local 2466 cnt = _utf8_to_unicode(&wc2, s+3, n-3); in cesu8_to_unicode() 2467 if (cnt != 3 || !IS_LOW_SURROGATE_LA(wc2)) { in cesu8_to_unicode() 2471 wc = combine_surrogate_pair(wc, wc2); in cesu8_to_unicode()
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 1900 uint32_t wc2 = (wc >> 9) & 0x7f; in gfx_fb_putimage() local 1901 uint32_t wc1 = 0x80 - wc2; in gfx_fb_putimage() 1948 png->image[p11 + i] * hc2) * wc2) in gfx_fb_putimage()
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 7314 * examples/fastwc/wc1.l, examples/fastwc/wc2.l, 7519 examples/fastwc/wc1.l, examples/fastwc/wc2.l,
|