ReactOS 0.4.16-dev-1025-gd3456f5
|
#include <corecrt_internal.h>
Go to the source code of this file.
Functions | |
void | __acrt_update_locale_info (__acrt_ptd *const ptd, __crt_locale_data **const locale_info) |
void | __acrt_update_multibyte_info (__acrt_ptd *const ptd, __crt_multibyte_data **const multibyte_info) |
void | __acrt_update_locale_info_explicit (__acrt_ptd *const ptd, __crt_locale_data **const locale_info, size_t const current_global_state_index) |
void | __acrt_update_multibyte_info_explicit (__acrt_ptd *const ptd, __crt_multibyte_data **const multibyte_info, size_t const current_global_state_index) |
void __acrt_update_locale_info | ( | __acrt_ptd *const | ptd, |
__crt_locale_data **const | locale_info | ||
) |
Definition at line 11 of file locale_update.cpp.
Referenced by ___lc_codepage_func(), ___lc_collate_cp_func(), ___lc_locale_name_func(), ___mb_cur_max_func(), __p___mb_cur_max(), __pctype_func(), fast_check_current_locale(), and localeconv().
void __acrt_update_locale_info_explicit | ( | __acrt_ptd *const | ptd, |
__crt_locale_data **const | locale_info, | ||
size_t const | current_global_state_index | ||
) |
Definition at line 33 of file locale_update.cpp.
void __acrt_update_multibyte_info | ( | __acrt_ptd *const | ptd, |
__crt_multibyte_data **const | multibyte_info | ||
) |
Definition at line 22 of file locale_update.cpp.
void __acrt_update_multibyte_info_explicit | ( | __acrt_ptd *const | ptd, |
__crt_multibyte_data **const | multibyte_info, | ||
size_t const | current_global_state_index | ||
) |
Definition at line 45 of file locale_update.cpp.