ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

wctomb.c File Reference
#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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.