Data Structures |
| struct | _Locale_codecvt_t |
Defines |
| #define | _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C) |
Functions |
| _Locale_mask_t | _WLocale_ctype (_Locale_ctype_t *ltype, wint_t c, _Locale_mask_t which_bits) |
| wint_t | _WLocale_tolower (_Locale_ctype_t *ltype, wint_t c) |
| wint_t | _WLocale_toupper (_Locale_ctype_t *ltype, wint_t c) |
| _Locale_codecvt_t * | _Locale_codecvt_create (const char *name, _Locale_lcid_t *lc_hint, int *__err_code) |
| char const * | _Locale_codecvt_name (const _Locale_codecvt_t *lcodecvt, char *buf) |
| void | _Locale_codecvt_destroy (_Locale_codecvt_t *lcodecvt) |
| int | _WLocale_mb_cur_max (_Locale_codecvt_t *lcodecvt) |
| int | _WLocale_mb_cur_min (_Locale_codecvt_t *lcodecvt) |
| int | _WLocale_is_stateless (_Locale_codecvt_t *lcodecvt) |
| static int | __isleadbyte (int i, unsigned char *ctable) |
| static int | __mbtowc (_Locale_codecvt_t *l, wchar_t *dst, const char *from, unsigned int count) |
| size_t | _WLocale_mbtowc (_Locale_codecvt_t *lcodecvt, wchar_t *to, const char *from, size_t n, mbstate_t *shift_state) |
| size_t | _WLocale_wctomb (_Locale_codecvt_t *lcodecvt, char *to, size_t n, const wchar_t c, mbstate_t *shift_state) |
| size_t | _WLocale_unshift (_Locale_codecvt_t *lcodecvt, mbstate_t *st, char *buf, size_t n, char **next) |
| static int | _WLocale_strcmp_aux (_Locale_collate_t *lcol, const wchar_t *s1, size_t n1, const wchar_t *s2, size_t n2) |
| int | _WLocale_strcmp (_Locale_collate_t *lcol, const wchar_t *s1, size_t n1, const wchar_t *s2, size_t n2) |
| size_t | _WLocale_strxfrm (_Locale_collate_t *lcol, wchar_t *dst, size_t dst_size, const wchar_t *src, size_t src_size) |
| wchar_t | _WLocale_decimal_point (_Locale_numeric_t *lnum) |
| wchar_t | _WLocale_thousands_sep (_Locale_numeric_t *lnum) |
| const wchar_t * | _WLocale_true (_Locale_numeric_t *lnum, wchar_t *buf, size_t bufSize) |
| const wchar_t * | _WLocale_false (_Locale_numeric_t *lnum, wchar_t *buf, size_t bufSize) |
| const wchar_t * | _WLocale_int_curr_symbol (_Locale_monetary_t *lmon, wchar_t *buf, size_t bufSize) |
| const wchar_t * | _WLocale_currency_symbol (_Locale_monetary_t *lmon, wchar_t *buf, size_t bufSize) |
| wchar_t | _WLocale_mon_decimal_point (_Locale_monetary_t *lmon) |
| wchar_t | _WLocale_mon_thousands_sep (_Locale_monetary_t *lmon) |
| const wchar_t * | _WLocale_positive_sign (_Locale_monetary_t *lmon, wchar_t *buf, size_t bufSize) |
| const wchar_t * | _WLocale_negative_sign (_Locale_monetary_t *lmon, wchar_t *buf, size_t bufSize) |
| const wchar_t * | _WLocale_full_monthname (_Locale_time_t *ltime, int month, wchar_t *buf, size_t bufSize) |
| const wchar_t * | _WLocale_abbrev_monthname (_Locale_time_t *ltime, int month, wchar_t *buf, size_t bufSize) |
| const wchar_t * | _WLocale_full_dayofweek (_Locale_time_t *ltime, int day, wchar_t *buf, size_t bufSize) |
| const wchar_t * | _WLocale_abbrev_dayofweek (_Locale_time_t *ltime, int day, wchar_t *buf, size_t bufSize) |
| const wchar_t * | _WLocale_am_str (_Locale_time_t *ltime, wchar_t *buf, size_t bufSize) |
| const wchar_t * | _WLocale_pm_str (_Locale_time_t *ltime, wchar_t *buf, size_t bufSize) |
Variables |
| static const wchar_t * | __wtrue_name = "true" |
| static const wchar_t * | __wfalse_name = "false" |