Searched defs:wc (Results 151 - 175 of 260) sorted by relevance

1234567891011

/haiku-fatelf/src/system/libroot/posix/glibc/wctype/
H A Dwchar-lookup.h52 wctype_table_lookup (const char *table, uint32_t wc) argument
83 wcwidth_table_lookup (const char *table, uint32_t wc) argument
116 wctrans_table_lookup(const char *table, uint32_t wc) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dgnulib-test-mbrtowc.c32 wchar_t wc; local
[all...]
H A Dgnulib-test-mbsnrtowcs.c34 wchar_t wc; local
[all...]
H A Dgnulib-test-mbsrtowcs.c33 wchar_t wc; local
[all...]
H A Dgnulib-test-wcrtomb.c29 wchar_t wc; local
H A Dtst-btowc.c32 wint_t wc = btowc(c); local
49 wint_t wc = btowc(c); local
65 wint_t wc = btowc(EOF); local
H A Dtst-mbrtowc.c37 wchar_t wc; local
72 wchar_t wc; local
107 wchar_t wc; local
189 wchar_t wc = (wchar_t) 0xffffffff; local
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dwctype.in.h116 iswalnum (wint_t wc) argument
123 iswalpha (wint_t wc) argument
129 iswblank (wint_t wc) argument
135 iswcntrl(wint_t wc) argument
141 iswdigit(wint_t wc) argument
147 iswgraph(wint_t wc) argument
153 iswlower(wint_t wc) argument
159 iswprint(wint_t wc) argument
165 iswpunct(wint_t wc) argument
173 iswspace(wint_t wc) argument
180 iswupper(wint_t wc) argument
186 iswxdigit(wint_t wc) argument
193 towlower(wint_t wc) argument
199 towupper(wint_t wc) argument
222 rpl_towlower(wint_t wc) argument
229 rpl_towupper(wint_t wc) argument
[all...]
/haiku-fatelf/src/libs/iconv/
H A Dbig5_2003.h200 unsigned short wc = big5_2003_2uni_pagea1[i]; local
235 unsigned short wc = big5_2003_2uni_pagec6[i-63]; local
271 big5_2003_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dbig5hkscs1999.h107 big5hkscs1999_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dbig5hkscs2001.h114 big5hkscs2001_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dbig5hkscs2004.h119 big5hkscs2004_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dcns11643_inv.h15369 cns11643_inv_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dcp864.h74 unsigned short wc = cp864_2uni_2[c-0x80]; local
154 cp864_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dcp932.h131 cp932_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dcp936ext.h46 unsigned short wc = 0xfffd; local
82 cp936ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dgb18030.h307 gb18030_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dgb18030uni.h220 gb18030uni_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dgbkext_inv.h2303 gbkext_inv_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Diso2022_jp.h121 iso2022_jp_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso2022_jp1.h145 iso2022_jp1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Djohab.h89 johab_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dmac_roman.h61 unsigned short wc = mac_roman_2uni[c-0x80]; local
137 mac_roman_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dsjis.h83 sjis_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dxmbsrtowcs.c143 wchar_t wc; /* Created wide character by conversion */ local

Completed in 363 milliseconds

1234567891011