|
ReactOS 0.4.16-dev-2332-g4cba65d
|
#include <crtdefs.h>

Go to the source code of this file.
Classes | |
| struct | MSVCRT_threadlocaleinfostruct |
| struct | MSVCRT_threadmbcinfostruct |
| struct | MSVCRT_localeinfo_struct |
| struct | __lc_time_data |
Macros | |
| #define | MSVCRT_lconv lconv |
| #define | MSVCRT_locale __get_MSVCRT_locale() |
Typedefs | |
| typedef struct MSVCRT_threadlocaleinfostruct | MSVCRT_threadlocinfo |
| typedef struct MSVCRT_threadmbcinfostruct | MSVCRT_threadmbcinfo |
| typedef struct MSVCRT_threadlocaleinfostruct * | MSVCRT_pthreadlocinfo |
| typedef struct MSVCRT_threadmbcinfostruct * | MSVCRT_pthreadmbcinfo |
| typedef struct MSVCRT_localeinfo_struct | MSVCRT__locale_tstruct |
| typedef struct MSVCRT_localeinfo_struct * | MSVCRT__locale_t |
| typedef struct __lc_time_data | MSVCRT___lc_time_data |
Variables | |
| MSVCRT__locale_t | global_locale |
| MSVCRT__locale_t MSVCRT_locale __get_MSVCRT_locale() |
Definition at line 80 of file locale.h.
Referenced by _setmbcp(), DllMain(), and msvcrt_get_thread_data().
| typedef struct MSVCRT_localeinfo_struct * MSVCRT__locale_t |
| FORCEINLINE MSVCRT__locale_t __get_MSVCRT_locale | ( | ) |
| void __init_global_locale | ( | ) |
Referenced by __get_MSVCRT_locale().
| int _setmbcp_l | ( | int | , |
| LCID | , | ||
| MSVCRT_pthreadmbcinfo | |||
| ) |
| void free_locinfo | ( | MSVCRT_pthreadlocinfo | ) |
| void free_mbcinfo | ( | MSVCRT_pthreadmbcinfo | ) |
| MSVCRT_pthreadlocinfo get_locinfo | ( | void | ) |
Definition at line 635 of file locale.c.
Referenced by ___lc_codepage_func(), ___lc_collate_cp_func(), ___lc_handle_func(), _Getdays(), _Getmonths(), _Gettnames(), localeconv(), and setlocale().
| MSVCRT_pthreadmbcinfo get_mbcinfo | ( | void | ) |
Definition at line 642 of file locale.c.
Referenced by __p__mbctype(), _getmbcp(), _ismbbkana_l(), _ismbblead_l(), _ismbbtrail_l(), _ismbchira_l(), _ismbckata_l(), _ismbcl0_l(), _ismbcl1_l(), _ismbcl2_l(), _ismbslead_l(), _mbbtombc_l(), _mbcjistojms_l(), _mbcjmstojis_l(), _mbctolower_l(), _mbctombb_l(), _mbctoupper_l(), _mbsbtype_l(), _mbschr_l(), _mbscmp_l(), _mbscoll(), _mbsdec_l(), _mbsicmp_l(), _mbsicoll(), _mbslwr_l(), _mbslwr_s_l(), _mbsnbcat_l(), _mbsnbcat_s_l(), _mbsnbcmp_l(), _mbsnbcnt_l(), _mbsnbcoll_l(), _mbsnbcpy_l(), _mbsnbcpy_s_l(), _mbsnbicmp_l(), _mbsnbicoll_l(), _mbsnbset_l(), _mbsncat_l(), _mbsnccnt_l(), _mbsncmp_l(), _mbsncpy_l(), _mbsnicmp_l(), _mbsnlen_l(), _mbsnset_l(), _mbspbrk_l(), _mbsrchr_l(), _mbsrev_l(), _mbsset_l(), _mbstok_s_l(), _mbsupr_l(), _mbsupr_s_l(), _setmbcp(), and msvcrt_mbc_to_wc_l().
| void __cdecl MSVCRT__free_locale | ( | MSVCRT__locale_t | ) |
|
extern |
Referenced by __get_MSVCRT_locale().