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

/haiku-fatelf/src/system/libroot/posix/wchar/
H A Dwmemcmp.c14 const wchar_t wc2 = *wcs2++; local
/haiku-fatelf/src/libs/iconv/
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 Dshift_jisx0213.h101 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
/haiku-fatelf/src/libs/tiff/
H A Dtif_dirwrite.c571 uint32 wc2; local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dngram.c843 RkUnionWcand(struct RkWcand *wc1, int nc1, int wlen1, struct RkWcand *wc2, int nc2) argument
867 RkSubtractWcand(struct RkWcand *wc1, int nc1, struct RkWcand *wc2, int nc2, unsigned long *lucks) argument
902 struct RkWcand *wc1, *wc2; local
947 struct RkWcand *wc1, *wc2; local
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex_internal.c503 wchar_t wc2; local
739 wchar_t wc2; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex_internal.c498 wchar_t wc2; local
734 wchar_t wc2; local
/haiku-fatelf/src/bin/gdb/readline/
H A Dcomplete.c895 wchar_t wc1, wc2; local
/haiku-fatelf/src/bin/network/wget/src/
H A Dcookies.c881 struct weighed_cookie *wc2 = (struct weighed_cookie *)p2; local
939 struct weighed_cookie *wc2 = (struct weighed_cookie *)p2; local
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c721 wchar_t wc2; local
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dcomplete.c1114 wchar_t wc1, wc2; local
/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c244 wchar_t wc1, wc2; local

Completed in 203 milliseconds