Searched defs:wc (Results 26 - 50 of 260) sorted by relevance

1234567891011

/haiku-fatelf/src/libs/iconv/
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...]
H A Ducs2be.h40 ucs2be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2internal.h41 ucs2internal_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2le.h40 ucs2le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2swapped.h45 ucs2swapped_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4.h34 ucs4_t wc = (state local
54 ucs4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Ducs4be.h36 ucs4be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4internal.h36 ucs4internal_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4le.h36 ucs4le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4swapped.h41 ucs4swapped_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dutf32.h40 ucs4_t wc = (state local
64 utf32_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dutf32be.h31 ucs4_t wc = (s[0] << 24) + (s[1] << 16) + (s[2] << 8) + s[3]; local
42 utf32be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dutf32le.h31 ucs4_t wc = s[0] + (s[1] << 8) + (s[2] << 16) + (s[3] << 24); local
42 utf32le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dutf8.h100 utf8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) /* n == 0 is acceptable */ argument
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Diogetwline.c77 wint_t wc = __wuflow (fp); local
/haiku-fatelf/src/system/libroot/posix/wchar/
H A Dwcrtomb.cpp27 __wcrtomb(char* s, wchar_t wc, mbstate_t* ps) argument
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dtestmb.c39 wchar_t wc; local
H A Dtst-ungetwc1.c16 wint_t ret, wc, ungetone = 0x00E4; /* 0x00E4 means `a umlaut'. */ local
H A Dtst-ungetwc2.c16 wint_t ret, wc; local
H A Dtst-wcrtomb.c53 wchar_t wc; local
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmbswidth.c99 wchar_t wc; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dwctype.in.h82 iswalnum (__wctype_wint_t wc) argument
89 iswalpha (__wctype_wint_t wc) argument
95 iswblank (__wctype_wint_t wc) argument
101 iswcntrl(__wctype_wint_t wc) argument
107 iswdigit(__wctype_wint_t wc) argument
113 iswgraph(__wctype_wint_t wc) argument
119 iswlower(__wctype_wint_t wc) argument
125 iswprint(__wctype_wint_t wc) argument
131 iswpunct(__wctype_wint_t wc) argument
139 iswspace(__wctype_wint_t wc) argument
146 iswupper(__wctype_wint_t wc) argument
152 iswxdigit(__wctype_wint_t wc) argument
[all...]

Completed in 128 milliseconds

1234567891011