ReactOS 0.4.16-dev-852-gcfcc8d8
|
Go to the source code of this file.
void __cdecl __acrt_add_locale_ref | ( | __crt_locale_data * | ptloci | ) |
Definition at line 22 of file locale_refcounting.cpp.
Referenced by _copytlocinfo_nolock(), _get_current_locale(), _updatetlocinfoEx_nolock(), and replace_current_thread_locale_nolock().
void __cdecl __acrt_free_locale | ( | __crt_locale_data * | ptloci | ) |
Definition at line 125 of file locale_refcounting.cpp.
Referenced by _free_locale(), _updatetlocinfoEx_nolock(), _wcreate_locale(), _wsetlocale(), and replace_current_thread_locale_nolock().
long __cdecl __acrt_locale_add_lc_time_reference | ( | __crt_lc_time_data const *const | lc_time | ) |
Definition at line 314 of file locale_refcounting.cpp.
Referenced by __acrt_add_locale_ref().
void __cdecl __acrt_locale_free_lc_time_if_unreferenced | ( | __crt_lc_time_data const *const | lc_time | ) |
Definition at line 338 of file locale_refcounting.cpp.
Referenced by __acrt_free_locale().
long __cdecl __acrt_locale_release_lc_time_reference | ( | __crt_lc_time_data const *const | lc_time | ) |
Definition at line 326 of file locale_refcounting.cpp.
Referenced by __acrt_release_locale_ref().
void __cdecl __acrt_release_locale_ref | ( | __crt_locale_data * | ptloci | ) |
Definition at line 71 of file locale_refcounting.cpp.
Referenced by _free_locale(), _updatetlocinfoEx_nolock(), _wcreate_locale(), _wsetlocale(), and replace_current_thread_locale_nolock().
__crt_locale_data *__cdecl __acrt_update_thread_locale_data | ( | void | ) |
Definition at line 267 of file locale_refcounting.cpp.
Referenced by __acrt_update_locale_info(), __acrt_update_locale_info_explicit(), _get_current_locale(), and _wsetlocale().
__crt_locale_data *__cdecl _updatetlocinfoEx_nolock | ( | __crt_locale_data ** | pptlocid, |
__crt_locale_data * | ptlocis | ||
) |
Definition at line 200 of file locale_refcounting.cpp.
Referenced by __acrt_uninitialize_locale(), __acrt_update_thread_locale_data(), and _wsetlocale().