Searched defs:wc2 (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Djava.h32 ucs4_t wc, wc2; local
118 ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); local
[all...]
H A Dutf16.h46 ucs4_t wc2 = (state ? s[2] + (s[3] << 8) : (s[2] << 8) + s[3]); local
97 ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); local
H A Dutf16be.h35 ucs4_t wc2 = (s[2] << 8) + s[3]; local
66 ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); local
H A Dutf16le.h35 ucs4_t wc2 = s[2] + (s[3] << 8); local
66 ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); local
H A Dutf7.h169 ucs4_t wc2 = wc & 0xffff; local
273 unsigned int wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); local
H A Deuc_jisx0213.h86 ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1]; local
H A Diso2022_jp3.h173 ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1]; local
H A Dshift_jisx0213.h101 ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1]; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Djava.h32 ucs4_t wc, wc2; local
118 ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); local
[all...]
H A Dutf16.h46 ucs4_t wc2 = (state ? s[2] + (s[3] << 8) : (s[2] << 8) + s[3]); local
97 ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); local
H A Dutf16be.h35 ucs4_t wc2 = (s[2] << 8) + s[3]; local
66 ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); local
H A Dutf16le.h35 ucs4_t wc2 = s[2] + (s[3] << 8); local
66 ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); local
H A Dbig5hkscs1999.h91 ucs4_t wc2 = ((c2 & 6) << 2) + 0x02fc; /* = 0x0304 or 0x030c */ local
H A Dbig5hkscs2001.h98 ucs4_t wc2 = ((c2 & 6) << 2) + 0x02fc; /* = 0x0304 or 0x030c */ local
H A Dbig5hkscs2004.h103 ucs4_t wc2 = ((c2 & 6) << 2) + 0x02fc; /* = 0x0304 or 0x030c */ local
H A Dutf7.h169 ucs4_t wc2 = wc & 0xffff; local
273 unsigned int wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); local
H A Deuc_jisx0213.h86 ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1]; local
H A Diso2022_jp3.h173 ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1]; local
H A Dshift_jisx0213.h101 ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1]; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dirwrite.c443 uint32 wc2; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcookies.c881 struct weighed_cookie *wc2 = (struct weighed_cookie *)p2; local
939 struct weighed_cookie *wc2 = (struct weighed_cookie *)p2; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c437 wchar_t wc, wc1, wc2; local

Completed in 147 milliseconds