Searched refs:code_page_string (Results 1 – 3 of 3) sorted by relevance
99 WCHAR code_page_string[7]; in test_locale() local103 code_page_string, in test_locale()107 UINT code_page = static_cast<UINT>(_wtol(code_page_string)); in test_locale()
680 WCHAR code_page_string[7]; in get_code_page_for_locale_id() local681 if (::GetLocaleInfoW(idx, LOCALE_IDEFAULTANSICODEPAGE, code_page_string, 7) == 0) in get_code_page_for_locale_id()684 return static_cast<UINT>(_wtol(code_page_string)); in get_code_page_for_locale_id()
722 WCHAR code_page_string[7]; in get_code_page_for_locale_id() local723 if (::GetLocaleInfoW(idx, LOCALE_IDEFAULTANSICODEPAGE, code_page_string, 7) == 0) in get_code_page_for_locale_id()726 return static_cast<UINT>(_wtol(code_page_string)); in get_code_page_for_locale_id()