Searched refs:_wsetlocale_nolock (Results 1 – 1 of 1) sorted by relevance
50 static wchar_t * __cdecl _wsetlocale_nolock(__crt_locale_data*, int, const wchar_t *);359 if (_wsetlocale_nolock(locale_data.get(), _category, locale) == nullptr || in _wcreate_locale()490 if ((retval = _wsetlocale_nolock(ptloci, _category, _wlocale)) != 0) in _wsetlocale()536 static wchar_t * __cdecl _wsetlocale_nolock( in _wsetlocale_nolock() function