Home
last modified time | relevance | path

Searched refs:__acrt_should_sync_with_global_locale (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/ucrt/locale/
H A Dlocale_update.cpp16 …if (*locale_info != __acrt_current_locale_data.value() && __acrt_should_sync_with_global_locale(pt… in __acrt_update_locale_info()
27 …ultibyte_info != __acrt_current_multibyte_data.value() && __acrt_should_sync_with_global_locale(pt… in __acrt_update_multibyte_info()
39 …locale_data.value_explicit(current_global_state_index) && __acrt_should_sync_with_global_locale(pt… in __acrt_update_locale_info_explicit()
51 …tibyte_data.value_explicit(current_global_state_index) && __acrt_should_sync_with_global_locale(pt… in __acrt_update_multibyte_info_explicit()
H A Dsetlocale.cpp91 if (__acrt_should_sync_with_global_locale(ptd)) in setlocale()
H A Dlocale_refcounting.cpp272 if (__acrt_should_sync_with_global_locale(ptd) || ptd->_locale_info == nullptr) in __acrt_update_thread_locale_data()
/reactos/sdk/lib/ucrt/mbstring/
H A Dmbctype.cpp312 if (__acrt_should_sync_with_global_locale(ptd) || ptd->_locale_info == nullptr) in update_thread_multibyte_data_internal()
451 if (!__acrt_should_sync_with_global_locale(ptd)) in setmbcp_internal()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal.h1862 extern "C" __inline bool __acrt_should_sync_with_global_locale( in __acrt_should_sync_with_global_locale() function