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

c_locale_glibc2.c File Reference
#include <locale.h>
#include <langinfo.h>
#include <stdio.h>
#include <stdlib.h>
#include <wctype.h>
#include <string.h>
#include <stdint.h>

Go to the source code of this file.

Functions

static wchar_t_ToWChar (const char *buf, wchar_t *wbuf, size_t wbufSize)
void _Locale_init ()
void _Locale_final ()
struct _Locale_ctype * _Locale_ctype_create (const char *nm, struct _Locale_name_hint *hint, int *__err_code)
struct _Locale_codecvt * _Locale_codecvt_create (const char *nm, struct _Locale_name_hint *hint, int *__err_code)
struct _Locale_numeric * _Locale_numeric_create (const char *nm, struct _Locale_name_hint *hint, int *__err_code)
struct _Locale_time * _Locale_time_create (const char *nm, struct _Locale_name_hint *hint, int *__err_code)
struct _Locale_collate * _Locale_collate_create (const char *nm, struct _Locale_name_hint *hint, int *__err_code)
struct _Locale_monetary * _Locale_monetary_create (const char *nm, struct _Locale_name_hint *hint, int *__err_code)
struct _Locale_messages * _Locale_messages_create (const char *nm, struct _Locale_name_hint *hint, int *__err_code)
static const char_Locale_aux_default (const char *LC, char *nm)
const char_Locale_ctype_default (char *nm)
const char_Locale_numeric_default (char *nm)
const char_Locale_time_default (char *nm)
const char_Locale_collate_default (char *nm)
const char_Locale_monetary_default (char *nm)
const char_Locale_messages_default (char *nm)
char const * _Locale_ctype_name (const struct _Locale_ctype *__loc, char *buf)
char const * _Locale_codecvt_name (const struct _Locale_codecvt *__loc, char *buf)
char const * _Locale_numeric_name (const struct _Locale_numeric *__loc, char *buf)
char const * _Locale_time_name (const struct _Locale_time *__loc, char *buf)
char const * _Locale_collate_name (const struct _Locale_collate *__loc, char *buf)
char const * _Locale_monetary_name (const struct _Locale_monetary *__loc, char *buf)
char const * _Locale_messages_name (const struct _Locale_messages *__loc, char *buf)
void _Locale_ctype_destroy (struct _Locale_ctype *__loc)
void _Locale_codecvt_destroy (struct _Locale_codecvt *__loc)
void _Locale_numeric_destroy (struct _Locale_numeric *__loc)
void _Locale_time_destroy (struct _Locale_time *__loc)
void _Locale_collate_destroy (struct _Locale_collate *__loc)
void _Locale_monetary_destroy (struct _Locale_monetary *__loc)
void _Locale_messages_destroy (struct _Locale_messages *__loc)
static char const * __Extract_locale_name (const char *loc, const char *category, char *buf)
char const * _Locale_extract_ctype_name (const char *loc, char *buf, struct _Locale_name_hint *hint, int *__err_code)
char const * _Locale_extract_numeric_name (const char *loc, char *buf, struct _Locale_name_hint *hint, int *__err_code)
char const * _Locale_extract_time_name (const char *loc, char *buf, struct _Locale_name_hint *hint, int *__err_code)
char const * _Locale_extract_collate_name (const char *loc, char *buf, struct _Locale_name_hint *hint, int *__err_code)
char const * _Locale_extract_monetary_name (const char *loc, char *buf, struct _Locale_name_hint *hint, int *__err_code)
char const * _Locale_extract_messages_name (const char *loc, char *buf, struct _Locale_name_hint *hint, int *__err_code)
struct _Locale_name_hint * _Locale_get_ctype_hint (struct _Locale_ctype *ctype)
struct _Locale_name_hint * _Locale_get_numeric_hint (struct _Locale_numeric *numeric)
struct _Locale_name_hint * _Locale_get_time_hint (struct _Locale_time *time)
struct _Locale_name_hint * _Locale_get_collate_hint (struct _Locale_collate *collate)
struct _Locale_name_hint * _Locale_get_monetary_hint (struct _Locale_monetary *monetary)
struct _Locale_name_hint * _Locale_get_messages_hint (struct _Locale_messages *messages)
const _Locale_mask_t_Locale_ctype_table (struct _Locale_ctype *__loc)
int _Locale_toupper (struct _Locale_ctype *__loc, int c)
int _Locale_tolower (struct _Locale_ctype *__loc, int c)
_Locale_mask_t _WLocale_ctype (struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask)
wint_t _WLocale_tolower (struct _Locale_ctype *__loc, wint_t c)
wint_t _WLocale_toupper (struct _Locale_ctype *__loc, wint_t c)
int _WLocale_mb_cur_max (struct _Locale_codecvt *lcodecvt)
int _WLocale_mb_cur_min (struct _Locale_codecvt *lcodecvt)
int _WLocale_is_stateless (struct _Locale_codecvt *lcodecvt)
size_t _WLocale_mbtowc (struct _Locale_codecvt *lcodecvt, wchar_t *to, const char *from, size_t n, mbstate_t *st)
size_t _WLocale_wctomb (struct _Locale_codecvt *lcodecvt, char *to, size_t n, const wchar_t c, mbstate_t *st)
size_t _WLocale_unshift (struct _Locale_codecvt *lcodecvt, mbstate_t *st, char *buf, size_t n, char **next)
int _Locale_strcmp (struct _Locale_collate *__loc, const char *s1, size_t n1, const char *s2, size_t n2)
int _WLocale_strcmp (struct _Locale_collate *__loc, const wchar_t *s1, size_t n1, const wchar_t *s2, size_t n2)
size_t _Locale_strxfrm (struct _Locale_collate *__loc, char *dest, size_t dest_n, const char *src, size_t src_n)
size_t _WLocale_strxfrm (struct _Locale_collate *__loc, wchar_t *dest, size_t dest_n, const wchar_t *src, size_t src_n)
char _Locale_decimal_point (struct _Locale_numeric *__loc)
char _Locale_thousands_sep (struct _Locale_numeric *__loc)
const char_Locale_grouping (struct _Locale_numeric *__loc)
const char_Locale_true (struct _Locale_numeric *__loc)
const char_Locale_false (struct _Locale_numeric *__loc)
wchar_t _WLocale_decimal_point (struct _Locale_numeric *__loc)
wchar_t _WLocale_thousands_sep (struct _Locale_numeric *__loc)
const wchar_t_WLocale_true (struct _Locale_numeric *__loc, wchar_t *buf, size_t bufSize)
const wchar_t_WLocale_false (struct _Locale_numeric *__loc, wchar_t *buf, size_t bufSize)
const char_Locale_int_curr_symbol (struct _Locale_monetary *__loc)
const char_Locale_currency_symbol (struct _Locale_monetary *__loc)
char _Locale_mon_decimal_point (struct _Locale_monetary *__loc)
char _Locale_mon_thousands_sep (struct _Locale_monetary *__loc)
const wchar_t_WLocale_int_curr_symbol (struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize)
const wchar_t_WLocale_currency_symbol (struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize)
wchar_t _WLocale_mon_decimal_point (struct _Locale_monetary *__loc)
wchar_t _WLocale_mon_thousands_sep (struct _Locale_monetary *__loc)
const wchar_t_WLocale_positive_sign (struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize)
const wchar_t_WLocale_negative_sign (struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize)
const char_Locale_mon_grouping (struct _Locale_monetary *__loc)
const char_Locale_positive_sign (struct _Locale_monetary *__loc)
const char_Locale_negative_sign (struct _Locale_monetary *__loc)
char _Locale_int_frac_digits (struct _Locale_monetary *__loc)
char _Locale_frac_digits (struct _Locale_monetary *__loc)
int _Locale_p_cs_precedes (struct _Locale_monetary *__loc)
int _Locale_p_sep_by_space (struct _Locale_monetary *__loc)
int _Locale_p_sign_posn (struct _Locale_monetary *__loc)
int _Locale_n_cs_precedes (struct _Locale_monetary *__loc)
int _Locale_n_sep_by_space (struct _Locale_monetary *__loc)
int _Locale_n_sign_posn (struct _Locale_monetary *__loc)
const char_Locale_full_monthname (struct _Locale_time *__loc, int _m)
const char_Locale_abbrev_monthname (struct _Locale_time *__loc, int _m)
const char_Locale_full_dayofweek (struct _Locale_time *__loc, int _d)
const char_Locale_abbrev_dayofweek (struct _Locale_time *__loc, int _d)
const char_Locale_d_t_fmt (struct _Locale_time *__loc)
const char_Locale_d_fmt (struct _Locale_time *__loc)
const char_Locale_t_fmt (struct _Locale_time *__loc)
const char_Locale_long_d_t_fmt (struct _Locale_time *__loc)
const char_Locale_long_d_fmt (struct _Locale_time *__loc)
const char_Locale_am_str (struct _Locale_time *__loc)
const char_Locale_pm_str (struct _Locale_time *__loc)
const wchar_t_WLocale_full_monthname (struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize)
const wchar_t_WLocale_abbrev_monthname (struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize)
const wchar_t_WLocale_full_dayofweek (struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize)
const wchar_t_WLocale_abbrev_dayofweek (struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize)
const wchar_t_WLocale_am_str (struct _Locale_time *__loc, wchar_t *buf, size_t bufSize)
const wchar_t_WLocale_pm_str (struct _Locale_time *__loc, wchar_t *buf, size_t bufSize)
nl_catd_type _Locale_catopen (struct _Locale_messages *__loc, const char *__cat_name)
void _Locale_catclose (struct _Locale_messages *__loc, nl_catd_type __cat)
const char_Locale_catgets (struct _Locale_messages *__loc, nl_catd_type __cat, int __setid, int __msgid, const char *dfault)

Variables

static const char_empty_str = ""
static const char_C_name = "C"

Generated on Fri May 25 2012 06:00:53 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.