Searched refs:__acrt_should_sync_with_global_locale (Results 1 – 5 of 5) sorted by relevance
16 …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()
91 if (__acrt_should_sync_with_global_locale(ptd)) in setlocale()
272 if (__acrt_should_sync_with_global_locale(ptd) || ptd->_locale_info == nullptr) in __acrt_update_thread_locale_data()
312 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()
1862 extern "C" __inline bool __acrt_should_sync_with_global_locale( in __acrt_should_sync_with_global_locale() function