|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| int | codepage |
| int | flags |
| f_mbtowc | mbtowc |
| f_wctomb | wctomb |
| f_mblen | mblen |
| f_flush | flush |
| DWORD | mode |
| compat_t * | compat |
Definition at line 91 of file win_iconv.c.
| int csconv_t::codepage |
Definition at line 92 of file win_iconv.c.
Referenced by dbcs_mblen(), iso2022jp_mbtowc(), iso2022jp_wctomb(), kernel_mbtowc(), kernel_wctomb(), make_csconv(), mbcs_mblen(), mlang_mbtowc(), mlang_wctomb(), utf16_mbtowc(), utf16_wctomb(), utf32_mbtowc(), and utf32_wctomb().
| compat_t* csconv_t::compat |
Definition at line 99 of file win_iconv.c.
Referenced by make_csconv().
| int csconv_t::flags |
Definition at line 93 of file win_iconv.c.
Referenced by kernel_wctomb(), make_csconv(), utf16_mbtowc(), utf16_wctomb(), utf32_mbtowc(), and utf32_wctomb().
| f_flush csconv_t::flush |
Definition at line 97 of file win_iconv.c.
Referenced by make_csconv().
| f_mblen csconv_t::mblen |
Definition at line 96 of file win_iconv.c.
Referenced by kernel_mbtowc(), kernel_wctomb(), make_csconv(), mlang_mbtowc(), and mlang_wctomb().
| f_mbtowc csconv_t::mbtowc |
Definition at line 94 of file win_iconv.c.
Referenced by make_csconv().
| DWORD csconv_t::mode |
Definition at line 98 of file win_iconv.c.
Referenced by iso2022jp_flush(), iso2022jp_mbtowc(), iso2022jp_wctomb(), make_csconv(), mlang_mbtowc(), mlang_wctomb(), utf16_mbtowc(), utf16_wctomb(), utf32_mbtowc(), and utf32_wctomb().
| f_wctomb csconv_t::wctomb |
Definition at line 95 of file win_iconv.c.
Referenced by make_csconv().