Searched defs:wc1 (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/wchar/
H A Dwmemcmp.c13 const wchar_t wc1 = *wcs1++; local
/haiku-fatelf/src/libs/iconv/
H A Djava.h117 ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10); local
H A Dutf16.h96 ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10); local
H A Dutf16be.h65 ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10); local
H A Dutf16le.h65 ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10); local
H A Dbig5hkscs1999.h90 ucs4_t wc1 = ((c2 >> 3) << 2) + 0x009a; /* = 0x00ca or 0x00ea */ local
H A Dbig5hkscs2001.h97 ucs4_t wc1 = ((c2 >> 3) << 2) + 0x009a; /* = 0x00ca or 0x00ea */ local
H A Dbig5hkscs2004.h102 ucs4_t wc1 = ((c2 >> 3) << 2) + 0x009a; /* = 0x00ca or 0x00ea */ local
H A Dutf7.h168 ucs4_t wc1 = wc >> 16; local
272 unsigned int wc1 = 0xd800 + ((wc - 0x10000) >> 10); local
H A Deuc_jisx0213.h85 ucs4_t wc1 = jisx0213_to_ucs_combining[wc - 1][0]; local
H A Dshift_jisx0213.h100 ucs4_t wc1 = jisx0213_to_ucs_combining[wc - 1][0]; local
H A Diso2022_jp3.h172 ucs4_t wc1 = jisx0213_to_ucs_combining[wc - 1][0]; local
/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/gdb/readline/
H A Dcomplete.c895 wchar_t wc1, wc2; local
/haiku-fatelf/src/bin/network/wget/src/
H A Dcookies.c880 struct weighed_cookie *wc1 = (struct weighed_cookie *)p1; local
938 struct weighed_cookie *wc1 = (struct weighed_cookie *)p1; 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 195 milliseconds