|
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 | binary_search (WCHAR ch, int low, int high) |
| WCHAR | compose (const WCHAR *str) |
| static int | is_valid_sbcs_mapping (const struct sbcs_table *table, int flags, WCHAR wch, unsigned char ch) |
| static int | get_length_sbcs (const struct sbcs_table *table, int flags, const WCHAR *src, unsigned int srclen, int *used) |
| static int | wcstombs_sbcs (const struct sbcs_table *table, const WCHAR *src, unsigned int srclen, char *dst, unsigned int dstlen) |
| static int | wcstombs_sbcs_slow (const struct sbcs_table *table, int flags, const WCHAR *src, unsigned int srclen, char *dst, unsigned int dstlen, const char *defchar, int *used) |
| static int | is_valid_dbcs_mapping (const struct dbcs_table *table, int flags, WCHAR wch, unsigned short ch) |
| static int | get_length_dbcs (const struct dbcs_table *table, int flags, const WCHAR *src, unsigned int srclen, const char *defchar, int *used) |
| static int | wcstombs_dbcs (const struct dbcs_table *table, const WCHAR *src, unsigned int srclen, char *dst, unsigned int dstlen) |
| static int | wcstombs_dbcs_slow (const struct dbcs_table *table, int flags, const WCHAR *src, unsigned int srclen, char *dst, unsigned int dstlen, const char *defchar, int *used) |
| int | wine_cp_wcstombs (const union cptable *table, int flags, const WCHAR *src, int srclen, char *dst, int dstlen, const char *defchar, int *used) |
| int | wine_cpsymbol_wcstombs (const WCHAR *src, int srclen, char *dst, int dstlen) |
Generated on Sun May 27 2012 06:09:06 for ReactOS by
1.7.6.1
|