Searched defs:wc (Results 126 - 150 of 207) sorted by relevance

123456789

/haiku/src/libs/iconv/
H A Dmac_iceland.h61 unsigned short wc = mac_iceland_2uni[c-0x80]; local
134 mac_iceland_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmac_romania.h61 unsigned short wc = mac_romania_2uni[c-0x80]; local
139 mac_romania_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmac_thai.h61 unsigned short wc = mac_thai_2uni[c-0x80]; local
104 mac_thai_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmac_turkish.h61 unsigned short wc = mac_turkish_2uni[c-0x80]; local
135 mac_turkish_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmac_ukraine.h117 mac_ukraine_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmulelao.h55 unsigned short wc = mulelao_2uni[c-0xa0]; local
80 mulelao_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dnextstep.h61 unsigned short wc = nextstep_2uni[c-0x80]; local
119 nextstep_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dpt154.h98 pt154_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Driscos1.h70 riscos1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Drk1048.h61 unsigned short wc = rk1048_2uni[c-0x80]; local
123 rk1048_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dtds565.h87 tds565_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dutf16.h40 ucs4_t wc = (state ? s[0] + (s[1] << 8) : (s[0] << 8) + s[1]); local
73 utf16_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, in argument
[all...]
H A Dutf16be.h32 ucs4_t wc = (s[0] << 8) + s[1]; local
52 utf16be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dutf16le.h32 ucs4_t wc = s[0] + (s[1] << 8); local
52 utf16le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dviscii.h125 viscii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
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
/haiku/src/system/libroot/posix/glibc/locale/
H A Dcoll-lookup.c29 __collidx_table_lookup (const char *table, uint32_t wc) argument
60 __collseq_table_lookup (const char *table, uint32_t wc) argument
/haiku/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/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
/haiku/headers/posix/
H A Duchar.h30 c16rtomb(char *dest, char32_t wc, mbstate_t *mbState) argument
45 c32rtomb(char *dest, char32_t wc, mbstate_t *mbState) argument

Completed in 61 milliseconds

123456789