|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 __init_global_locale(), _configthreadlocale(), _setmbcp_l(), get_locinfo(), get_mbcinfo(), msvcrt_get_thread_data(), and setlocale().
| typedef struct MSVCRT_localeinfo_struct * MSVCRT__locale_t |
| FORCEINLINE MSVCRT__locale_t __get_MSVCRT_locale | ( | ) |
| void __init_global_locale | ( | ) |
Definition at line 1498 of file locale.c.
Referenced by __get_MSVCRT_locale().
| int _setmbcp_l | ( | int | cp, |
| LCID | lcid, | ||
| MSVCRT_pthreadmbcinfo | mbcinfo | ||
| ) |
Definition at line 52 of file _setmbcp.c.
Referenced by _setmbcp().
| void free_locinfo | ( | MSVCRT_pthreadlocinfo | locinfo | ) |
Definition at line 643 of file locale.c.
Referenced by _configthreadlocale(), and MSVCRT__free_locale().
| void free_mbcinfo | ( | MSVCRT_pthreadmbcinfo | mbcinfo | ) |
Definition at line 687 of file locale.c.
Referenced by _configthreadlocale(), and MSVCRT__free_locale().
| MSVCRT_pthreadlocinfo get_locinfo | ( | void | ) |
| MSVCRT_pthreadmbcinfo get_mbcinfo | ( | void | ) |
| void __cdecl MSVCRT__free_locale | ( | MSVCRT__locale_t | locale | ) |
Definition at line 713 of file locale.c.
Referenced by MSVCRT__create_locale(), and setlocale().
Definition at line 210 of file locale.c.
Referenced by MSVCRT__create_locale().
|
extern |
Definition at line 1497 of file locale.c.
Referenced by __get_MSVCRT_locale(), __init_global_locale(), _setmbcp_l(), DllMain(), and msvcrt_init_exception().