Home
last modified time | relevance | path

Searched refs:code_page_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_locale.cpp99 WCHAR code_page_string[7]; in test_locale() local
103 code_page_string, in test_locale()
107 UINT code_page = static_cast<UINT>(_wtol(code_page_string)); in test_locale()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dw32_regex_traits.hpp680 WCHAR code_page_string[7]; in get_code_page_for_locale_id() local
681 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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dw32_regex_traits.hpp722 WCHAR code_page_string[7]; in get_code_page_for_locale_id() local
723 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()