|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <string.h>
#include "wine/unicode.h"
Go to the source code of this file.
Functions |
| static int | get_decomposition (WCHAR src, WCHAR *dst, unsigned int dstlen) |
| static int | is_private_use_area_char (WCHAR code) |
| static int | check_invalid_chars_sbcs (const struct sbcs_table *table, int flags, const unsigned char *src, unsigned int srclen) |
| static int | mbstowcs_sbcs (const struct sbcs_table *table, int flags, const unsigned char *src, unsigned int srclen, WCHAR *dst, unsigned int dstlen) |
| static int | mbstowcs_sbcs_decompose (const struct sbcs_table *table, int flags, const unsigned char *src, unsigned int srclen, WCHAR *dst, unsigned int dstlen) |
| static int | get_length_dbcs (const struct dbcs_table *table, const unsigned char *src, unsigned int srclen) |
| static int | check_invalid_chars_dbcs (const struct dbcs_table *table, const unsigned char *src, unsigned int srclen) |
| static int | mbstowcs_dbcs (const struct dbcs_table *table, const unsigned char *src, unsigned int srclen, WCHAR *dst, unsigned int dstlen) |
| static int | mbstowcs_dbcs_decompose (const struct dbcs_table *table, const unsigned char *src, unsigned int srclen, WCHAR *dst, unsigned int dstlen) |
| int | wine_cp_mbstowcs (const union cptable *table, int flags, const char *s, int srclen, WCHAR *dst, int dstlen) |
| int | wine_cpsymbol_mbstowcs (const char *src, int srclen, WCHAR *dst, int dstlen) |
Generated on Sat May 26 2012 06:04:44 for ReactOS by
1.7.6.1
|