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

1234567891011

/haiku-fatelf/src/libs/iconv/
H A Dkoi8_t.h61 unsigned short wc = koi8_t_2uni[c-0x80]; local
123 koi8_t_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dkoi8_u.h139 koi8_u_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmac_arabic.h61 unsigned short wc = mac_arabic_2uni[c-0x80]; local
114 mac_arabic_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmac_centraleurope.h113 mac_centraleurope_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmac_croatian.h61 unsigned short wc = mac_croatian_2uni[c-0x80]; local
139 mac_croatian_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmac_cyrillic.h110 mac_cyrillic_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmac_greek.h61 unsigned short wc = mac_greek_2uni[c-0x80]; local
111 mac_greek_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dmac_hebrew.h61 unsigned short wc = mac_hebrew_2uni[c-0x80]; local
110 mac_hebrew_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
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...]
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_slkset.c75 wchar_t wc; local
/haiku-fatelf/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

Completed in 459 milliseconds

1234567891011