ReactOS 0.4.16-dev-889-g9563c07
nlsdata.cpp File Reference
#include <corecrt_internal.h>
Include dependency graph for nlsdata.cpp:

Go to the source code of this file.

Functions

int *__cdecl __p___mb_cur_max ()
 

Variables

int __mb_cur_max {1}
 
wchar_t __acrt_wide_c_locale_string [] {L"C"}
 
__crt_lc_time_data const __lc_time_c
 
__crt_locale_data __acrt_initial_locale_data
 
__crt_state_management::dual_state_global< __crt_locale_data * > __acrt_current_locale_data
 
__crt_locale_pointers __acrt_initial_locale_pointers
 

Function Documentation

◆ __p___mb_cur_max()

int *__cdecl __p___mb_cur_max ( void  )

Definition at line 17 of file nlsdata.cpp.

18{
20 __crt_locale_data* locale_info = ptd->_locale_info;
21
22 __acrt_update_locale_info(ptd, &locale_info);
23 return &locale_info->_public._locale_mb_cur_max;
24}
__acrt_ptd *__cdecl __acrt_getptd(void)
_In_ size_t const _In_ int _In_ bool const _In_ unsigned const _In_ __acrt_rounding_mode const _Inout_ __crt_cached_ptd_host & ptd
Definition: cvt.cpp:355
void __acrt_update_locale_info(__acrt_ptd *const ptd, __crt_locale_data **const locale_info)
__crt_locale_data_public _public

Referenced by Test___mb_cur_max().

Variable Documentation

◆ __acrt_current_locale_data

◆ __acrt_initial_locale_data

◆ __acrt_initial_locale_pointers

__crt_locale_pointers __acrt_initial_locale_pointers
Initial value:
{
}
__crt_multibyte_data __acrt_initial_multibyte_data
Definition: mbctype.cpp:42
__crt_locale_data __acrt_initial_locale_data
Definition: nlsdata.cpp:92

Definition at line 136 of file nlsdata.cpp.

Referenced by setmbcp_internal().

◆ __acrt_wide_c_locale_string

wchar_t __acrt_wide_c_locale_string[] {L"C"}

◆ __lc_time_c

◆ __mb_cur_max

int __mb_cur_max {1}

Definition at line 13 of file nlsdata.cpp.