ReactOS 0.4.16-dev-1204-gb627a42
|
#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.
Variables | |
static const char * | _empty_str = "" |
static const char * | _C_name = "C" |
|
static |
Definition at line 222 of file c_locale_glibc2.c.
Referenced by _Locale_extract_collate_name(), _Locale_extract_ctype_name(), _Locale_extract_messages_name(), _Locale_extract_monetary_name(), _Locale_extract_numeric_name(), and _Locale_extract_time_name().
const char * _Locale_abbrev_dayofweek | ( | struct _Locale_time * | __loc, |
int | _d | ||
) |
Definition at line 634 of file c_locale_glibc2.c.
Referenced by _WLocale_abbrev_dayofweek().
const char * _Locale_abbrev_monthname | ( | struct _Locale_time * | __loc, |
int | _m | ||
) |
Definition at line 624 of file c_locale_glibc2.c.
Referenced by _WLocale_abbrev_monthname().
const char * _Locale_am_str | ( | struct _Locale_time * | __loc | ) |
Definition at line 664 of file c_locale_glibc2.c.
Referenced by _WLocale_am_str().
Definition at line 111 of file c_locale_glibc2.c.
Referenced by _Locale_collate_default(), _Locale_ctype_default(), _Locale_messages_default(), _Locale_monetary_default(), _Locale_numeric_default(), and _Locale_time_default().
void _Locale_catclose | ( | struct _Locale_messages * | __loc, |
nl_catd_type | __cat | ||
) |
Definition at line 696 of file c_locale_glibc2.c.
const char * _Locale_catgets | ( | struct _Locale_messages * | __loc, |
nl_catd_type | __cat, | ||
int | __setid, | ||
int | __msgid, | ||
const char * | dfault | ||
) |
Definition at line 701 of file c_locale_glibc2.c.
nl_catd_type _Locale_catopen | ( | struct _Locale_messages * | __loc, |
const char * | __cat_name | ||
) |
Definition at line 691 of file c_locale_glibc2.c.
struct _Locale_codecvt * _Locale_codecvt_create | ( | const char * | nm, |
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 65 of file c_locale_glibc2.c.
void _Locale_codecvt_destroy | ( | struct _Locale_codecvt * | __loc | ) |
Definition at line 198 of file c_locale_glibc2.c.
Definition at line 165 of file c_locale_glibc2.c.
Referenced by _Loc_codecvt_name().
struct _Locale_collate * _Locale_collate_create | ( | const char * | nm, |
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 85 of file c_locale_glibc2.c.
Definition at line 145 of file c_locale_glibc2.c.
void _Locale_collate_destroy | ( | struct _Locale_collate * | __loc | ) |
Definition at line 207 of file c_locale_glibc2.c.
struct _Locale_ctype * _Locale_ctype_create | ( | const char * | nm, |
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 59 of file c_locale_glibc2.c.
Definition at line 130 of file c_locale_glibc2.c.
void _Locale_ctype_destroy | ( | struct _Locale_ctype * | __loc | ) |
Definition at line 195 of file c_locale_glibc2.c.
const _Locale_mask_t * _Locale_ctype_table | ( | struct _Locale_ctype * | __loc | ) |
Definition at line 280 of file c_locale_glibc2.c.
const char * _Locale_currency_symbol | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 504 of file c_locale_glibc2.c.
Referenced by _WLocale_currency_symbol().
const char * _Locale_d_fmt | ( | struct _Locale_time * | __loc | ) |
Definition at line 644 of file c_locale_glibc2.c.
const char * _Locale_d_t_fmt | ( | struct _Locale_time * | __loc | ) |
Definition at line 639 of file c_locale_glibc2.c.
char _Locale_decimal_point | ( | struct _Locale_numeric * | __loc | ) |
Definition at line 461 of file c_locale_glibc2.c.
Referenced by _WLocale_decimal_point().
char const * _Locale_extract_collate_name | ( | const char * | loc, |
char * | buf, | ||
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 253 of file c_locale_glibc2.c.
char const * _Locale_extract_ctype_name | ( | const char * | loc, |
char * | buf, | ||
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 241 of file c_locale_glibc2.c.
char const * _Locale_extract_messages_name | ( | const char * | loc, |
char * | buf, | ||
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 261 of file c_locale_glibc2.c.
char const * _Locale_extract_monetary_name | ( | const char * | loc, |
char * | buf, | ||
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 257 of file c_locale_glibc2.c.
char const * _Locale_extract_numeric_name | ( | const char * | loc, |
char * | buf, | ||
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 245 of file c_locale_glibc2.c.
char const * _Locale_extract_time_name | ( | const char * | loc, |
char * | buf, | ||
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 249 of file c_locale_glibc2.c.
const char * _Locale_false | ( | struct _Locale_numeric * | __loc | ) |
Definition at line 481 of file c_locale_glibc2.c.
Referenced by _WLocale_false().
Definition at line 56 of file c_locale_glibc2.c.
char _Locale_frac_digits | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 559 of file c_locale_glibc2.c.
const char * _Locale_full_dayofweek | ( | struct _Locale_time * | __loc, |
int | _d | ||
) |
Definition at line 629 of file c_locale_glibc2.c.
Referenced by _WLocale_full_dayofweek().
const char * _Locale_full_monthname | ( | struct _Locale_time * | __loc, |
int | _m | ||
) |
Definition at line 619 of file c_locale_glibc2.c.
Referenced by _WLocale_full_monthname().
struct _Locale_name_hint * _Locale_get_collate_hint | ( | struct _Locale_collate * | collate | ) |
Definition at line 271 of file c_locale_glibc2.c.
struct _Locale_name_hint * _Locale_get_ctype_hint | ( | struct _Locale_ctype * | ctype | ) |
Definition at line 265 of file c_locale_glibc2.c.
struct _Locale_name_hint * _Locale_get_messages_hint | ( | struct _Locale_messages * | messages | ) |
Definition at line 275 of file c_locale_glibc2.c.
struct _Locale_name_hint * _Locale_get_monetary_hint | ( | struct _Locale_monetary * | monetary | ) |
Definition at line 273 of file c_locale_glibc2.c.
struct _Locale_name_hint * _Locale_get_numeric_hint | ( | struct _Locale_numeric * | numeric | ) |
Definition at line 267 of file c_locale_glibc2.c.
struct _Locale_name_hint * _Locale_get_time_hint | ( | struct _Locale_time * | time | ) |
Definition at line 269 of file c_locale_glibc2.c.
const char * _Locale_grouping | ( | struct _Locale_numeric * | __loc | ) |
Definition at line 471 of file c_locale_glibc2.c.
Definition at line 53 of file c_locale_glibc2.c.
const char * _Locale_int_curr_symbol | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 499 of file c_locale_glibc2.c.
Referenced by _WLocale_int_curr_symbol().
char _Locale_int_frac_digits | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 549 of file c_locale_glibc2.c.
const char * _Locale_long_d_fmt | ( | struct _Locale_time * | __loc | ) |
Definition at line 659 of file c_locale_glibc2.c.
const char * _Locale_long_d_t_fmt | ( | struct _Locale_time * | __loc | ) |
Definition at line 654 of file c_locale_glibc2.c.
struct _Locale_messages * _Locale_messages_create | ( | const char * | nm, |
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 97 of file c_locale_glibc2.c.
Definition at line 155 of file c_locale_glibc2.c.
Definition at line 213 of file c_locale_glibc2.c.
Definition at line 190 of file c_locale_glibc2.c.
char _Locale_mon_decimal_point | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 509 of file c_locale_glibc2.c.
Referenced by _WLocale_mon_decimal_point().
const char * _Locale_mon_grouping | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 534 of file c_locale_glibc2.c.
char _Locale_mon_thousands_sep | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 514 of file c_locale_glibc2.c.
Referenced by _Locale_mon_grouping(), and _WLocale_mon_thousands_sep().
struct _Locale_monetary * _Locale_monetary_create | ( | const char * | nm, |
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 91 of file c_locale_glibc2.c.
Definition at line 150 of file c_locale_glibc2.c.
void _Locale_monetary_destroy | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 210 of file c_locale_glibc2.c.
Definition at line 185 of file c_locale_glibc2.c.
Referenced by _Loc_monetary_name().
int _Locale_n_cs_precedes | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 594 of file c_locale_glibc2.c.
int _Locale_n_sep_by_space | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 600 of file c_locale_glibc2.c.
int _Locale_n_sign_posn | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 612 of file c_locale_glibc2.c.
const char * _Locale_negative_sign | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 544 of file c_locale_glibc2.c.
Referenced by _WLocale_negative_sign().
struct _Locale_numeric * _Locale_numeric_create | ( | const char * | nm, |
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 73 of file c_locale_glibc2.c.
Definition at line 135 of file c_locale_glibc2.c.
void _Locale_numeric_destroy | ( | struct _Locale_numeric * | __loc | ) |
Definition at line 201 of file c_locale_glibc2.c.
int _Locale_p_cs_precedes | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 570 of file c_locale_glibc2.c.
int _Locale_p_sep_by_space | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 576 of file c_locale_glibc2.c.
int _Locale_p_sign_posn | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 588 of file c_locale_glibc2.c.
const char * _Locale_pm_str | ( | struct _Locale_time * | __loc | ) |
Definition at line 669 of file c_locale_glibc2.c.
Referenced by _WLocale_pm_str().
const char * _Locale_positive_sign | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 539 of file c_locale_glibc2.c.
Referenced by _WLocale_positive_sign().
int _Locale_strcmp | ( | struct _Locale_collate * | __loc, |
const char * | s1, | ||
size_t | n1, | ||
const char * | s2, | ||
size_t | n2 | ||
) |
Definition at line 362 of file c_locale_glibc2.c.
size_t _Locale_strxfrm | ( | struct _Locale_collate * | __loc, |
char * | dest, | ||
size_t | dest_n, | ||
const char * | src, | ||
size_t | src_n | ||
) |
Definition at line 403 of file c_locale_glibc2.c.
const char * _Locale_t_fmt | ( | struct _Locale_time * | __loc | ) |
Definition at line 649 of file c_locale_glibc2.c.
char _Locale_thousands_sep | ( | struct _Locale_numeric * | __loc | ) |
Definition at line 466 of file c_locale_glibc2.c.
Referenced by _Locale_grouping(), and _WLocale_thousands_sep().
struct _Locale_time * _Locale_time_create | ( | const char * | nm, |
struct _Locale_name_hint * | hint, | ||
int * | __err_code | ||
) |
Definition at line 79 of file c_locale_glibc2.c.
Definition at line 140 of file c_locale_glibc2.c.
void _Locale_time_destroy | ( | struct _Locale_time * | __loc | ) |
Definition at line 204 of file c_locale_glibc2.c.
int _Locale_tolower | ( | struct _Locale_ctype * | __loc, |
int | c | ||
) |
Definition at line 290 of file c_locale_glibc2.c.
int _Locale_toupper | ( | struct _Locale_ctype * | __loc, |
int | c | ||
) |
Definition at line 287 of file c_locale_glibc2.c.
const char * _Locale_true | ( | struct _Locale_numeric * | __loc | ) |
Definition at line 476 of file c_locale_glibc2.c.
Referenced by _WLocale_true().
Definition at line 12 of file c_locale_glibc2.c.
Referenced by _WLocale_abbrev_dayofweek(), _WLocale_abbrev_monthname(), _WLocale_am_str(), _WLocale_currency_symbol(), _WLocale_false(), _WLocale_full_dayofweek(), _WLocale_full_monthname(), _WLocale_int_curr_symbol(), _WLocale_negative_sign(), _WLocale_pm_str(), _WLocale_positive_sign(), and _WLocale_true().
const wchar_t * _WLocale_abbrev_dayofweek | ( | struct _Locale_time * | __loc, |
int | _d, | ||
wchar_t * | buf, | ||
size_t | bufSize | ||
) |
Definition at line 681 of file c_locale_glibc2.c.
const wchar_t * _WLocale_abbrev_monthname | ( | struct _Locale_time * | __loc, |
int | _m, | ||
wchar_t * | buf, | ||
size_t | bufSize | ||
) |
Definition at line 677 of file c_locale_glibc2.c.
Definition at line 683 of file c_locale_glibc2.c.
_Locale_mask_t _WLocale_ctype | ( | struct _Locale_ctype * | __loc, |
wint_t | wc, | ||
_Locale_mask_t | __mask | ||
) |
Definition at line 294 of file c_locale_glibc2.c.
const wchar_t * _WLocale_currency_symbol | ( | struct _Locale_monetary * | __loc, |
wchar_t * | buf, | ||
size_t | bufSize | ||
) |
Definition at line 522 of file c_locale_glibc2.c.
wchar_t _WLocale_decimal_point | ( | struct _Locale_numeric * | __loc | ) |
Definition at line 487 of file c_locale_glibc2.c.
Definition at line 493 of file c_locale_glibc2.c.
const wchar_t * _WLocale_full_dayofweek | ( | struct _Locale_time * | __loc, |
int | _d, | ||
wchar_t * | buf, | ||
size_t | bufSize | ||
) |
Definition at line 679 of file c_locale_glibc2.c.
const wchar_t * _WLocale_full_monthname | ( | struct _Locale_time * | __loc, |
int | _m, | ||
wchar_t * | buf, | ||
size_t | bufSize | ||
) |
Definition at line 675 of file c_locale_glibc2.c.
const wchar_t * _WLocale_int_curr_symbol | ( | struct _Locale_monetary * | __loc, |
wchar_t * | buf, | ||
size_t | bufSize | ||
) |
Definition at line 520 of file c_locale_glibc2.c.
int _WLocale_is_stateless | ( | struct _Locale_codecvt * | lcodecvt | ) |
Definition at line 340 of file c_locale_glibc2.c.
int _WLocale_mb_cur_max | ( | struct _Locale_codecvt * | lcodecvt | ) |
Definition at line 338 of file c_locale_glibc2.c.
int _WLocale_mb_cur_min | ( | struct _Locale_codecvt * | lcodecvt | ) |
Definition at line 339 of file c_locale_glibc2.c.
size_t _WLocale_mbtowc | ( | struct _Locale_codecvt * | lcodecvt, |
wchar_t * | to, | ||
const char * | from, | ||
size_t | n, | ||
mbstate_t * | st | ||
) |
Definition at line 343 of file c_locale_glibc2.c.
wchar_t _WLocale_mon_decimal_point | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 524 of file c_locale_glibc2.c.
wchar_t _WLocale_mon_thousands_sep | ( | struct _Locale_monetary * | __loc | ) |
Definition at line 526 of file c_locale_glibc2.c.
const wchar_t * _WLocale_negative_sign | ( | struct _Locale_monetary * | __loc, |
wchar_t * | buf, | ||
size_t | bufSize | ||
) |
Definition at line 530 of file c_locale_glibc2.c.
Definition at line 685 of file c_locale_glibc2.c.
const wchar_t * _WLocale_positive_sign | ( | struct _Locale_monetary * | __loc, |
wchar_t * | buf, | ||
size_t | bufSize | ||
) |
Definition at line 528 of file c_locale_glibc2.c.
int _WLocale_strcmp | ( | struct _Locale_collate * | __loc, |
const wchar_t * | s1, | ||
size_t | n1, | ||
const wchar_t * | s2, | ||
size_t | n2 | ||
) |
Definition at line 382 of file c_locale_glibc2.c.
size_t _WLocale_strxfrm | ( | struct _Locale_collate * | __loc, |
wchar_t * | dest, | ||
size_t | dest_n, | ||
const wchar_t * | src, | ||
size_t | src_n | ||
) |
Definition at line 431 of file c_locale_glibc2.c.
wchar_t _WLocale_thousands_sep | ( | struct _Locale_numeric * | __loc | ) |
Definition at line 489 of file c_locale_glibc2.c.
wint_t _WLocale_tolower | ( | struct _Locale_ctype * | __loc, |
wint_t | c | ||
) |
Definition at line 327 of file c_locale_glibc2.c.
wint_t _WLocale_toupper | ( | struct _Locale_ctype * | __loc, |
wint_t | c | ||
) |
Definition at line 332 of file c_locale_glibc2.c.
Definition at line 491 of file c_locale_glibc2.c.
size_t _WLocale_unshift | ( | struct _Locale_codecvt * | lcodecvt, |
mbstate_t * | st, | ||
char * | buf, | ||
size_t | n, | ||
char ** | next | ||
) |
Definition at line 356 of file c_locale_glibc2.c.
size_t _WLocale_wctomb | ( | struct _Locale_codecvt * | lcodecvt, |
char * | to, | ||
size_t | n, | ||
const wchar_t | c, | ||
mbstate_t * | st | ||
) |
Definition at line 349 of file c_locale_glibc2.c.
Definition at line 10 of file c_locale_glibc2.c.
Referenced by _Locale_aux_default(), and _Locale_codecvt_name().
Definition at line 9 of file c_locale_glibc2.c.
Referenced by _Locale_grouping(), and _Locale_mon_grouping().