Searched defs:wc (Results 1 - 25 of 207) sorted by relevance

123456789

/haiku/src/system/libroot/posix/wchar/
H A Dwmemchr.c10 __wmemchr(const wchar_t* dest, const wchar_t wc, size_t count) argument
H A Dwctomb.c10 __wctomb(char* s, wchar_t wc) argument
H A Dwcsrchr.c10 __wcsrchr(const wchar_t* wcsIn, wchar_t wc) argument
H A Dwcschr.c10 __wcschr(const wchar_t* wcs, wchar_t wc) argument
H A Dwcschrnul.c10 __wcschrnul(const wchar_t* wcs, wchar_t wc) argument
H A Dbtowc.c14 wchar_t wc; local
H A Dwmemset.c10 __wmemset(wchar_t* destIn, const wchar_t wc, size_t count) argument
H A Dwcsspn.c13 wchar_t wc; local
H A Dwcscspn.c13 wchar_t wc; local
/haiku/src/libs/iconv/
H A Dascii.h37 ascii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcns11643_2.h1096 unsigned short wc = 0xfffd; local
H A Dcns11643_4.h41 ucs4_t wc = 0xfffd; local
H A Dcp1162.h34 unsigned short wc = cp874_2uni[c-0x80]; local
48 cp1162_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dcp1163.h43 cp1163_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dcp858.h39 cp858_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dgb12345.h51 gb12345_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dgbkext1.h837 unsigned short wc = 0xfffd; local
H A Dgbkext2.h1158 unsigned short wc = 0xfffd; local
H A Diso646_cn.h43 iso646_cn_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso646_jp.h45 iso646_jp_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_1.h34 iso8859_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_11.h41 iso8859_11_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Djisx0201.h47 jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dtis620.h41 tis620_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2.h34 ucs4_t wc = (state ? s[0] + (s[1] << 8) : (s[0] << 8) + s[1]); local
56 ucs2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]

Completed in 79 milliseconds

123456789