/third_party/boost/libs/regex/src/ |
D | w32_regex_traits.cpp | 127 UINT code_page = get_code_page_for_locale_id(this->m_locale); in init() local 128 BOOST_ASSERT(code_page != 0); in init() 131 …int conv_r = ::MultiByteToWideChar(code_page, 0, char_map, 1 << CHAR_BIT, wide_char_map, 1 << CH… in init() 138 …conv_r = ::WideCharToMultiByte(code_page, 0, wide_lower_map, r, this->m_lower_map, 1 << CHAR_BIT… in init() 170 UINT code_page = get_code_page_for_locale_id(idx); in w32_is_lower() 171 if (code_page == 0) in w32_is_lower() 175 if (::MultiByteToWideChar(code_page, 0, &c, 1, &wide_c, 1) == 0) in w32_is_lower() 211 UINT code_page = get_code_page_for_locale_id(idx); in w32_is_upper() 212 if (code_page == 0) in w32_is_upper() 216 if (::MultiByteToWideChar(code_page, 0, &c, 1, &wide_c, 1) == 0) in w32_is_upper() [all …]
|
/third_party/boost/boost/system/detail/ |
D | system_category_win32.hpp | 84 boost::winapi::UINT_ const code_page = message_cp_win32(); in system_category_message_win32() local 90 if( code_page == boost::winapi::CP_ACP_ ) in system_category_message_win32() 127 …r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, buffer, static_cast<int>( len … in system_category_message_win32() 191 UINT_ const code_page = message_cp_win32(); in system_category_message_win32() local 193 int r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, 0, 0, NULL, NULL ); in system_category_message_win32() 202 r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, &buffer[0], r, NULL, NULL ); in system_category_message_win32()
|
/third_party/openh264/codec/processing/src/common/ |
D | WelsVP.rc | 21 #pragma code_page(936) 59 #pragma code_page(1252)
|
/third_party/python/PC/ |
D | python_ver_rc.h | 4 #pragma code_page(1252)
|
/third_party/boost/libs/regex/test/regress/ |
D | test_locale.cpp | 107 UINT code_page = static_cast<UINT>(_wtol(code_page_string)); in test_locale() local 127 code_page, in test_locale()
|
/third_party/boost/libs/math/dot_net_example/boost_math/ |
D | app.rc | 22 #pragma code_page(1252)
|
/third_party/openh264/ |
D | openh264.rc | 18 #pragma code_page(1252)
|
D | openh264.rc.template | 18 #pragma code_page(1252)
|
/third_party/cef/tests/cefsimple/ |
D | cefsimple.rc | 23 #pragma code_page(1252)
|
/third_party/flutter/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.h | 104 FT_ULong code_page; member
|
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.h | 103 FT_ULong code_page; member
|
/third_party/freetype/src/winfonts/ |
D | winfnt.h | 103 FT_ULong code_page; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.rc | 22 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | icudata.rc | 22 #pragma code_page(1252)
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | libGLESv2.rc | 22 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL.rc | 22 #pragma code_page(1252)
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
D | libGLESv1_CM.rc | 22 #pragma code_page(1252)
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | icudata.rc | 22 #pragma code_page(1252)
|
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL.rc | 22 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
D | libGLESv1_CM.rc | 22 #pragma code_page(1252)
|
/third_party/icu/icu4c/source/data/misc/ |
D | icudata.rc | 22 #pragma code_page(1252)
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | libGL.rc | 22 #pragma code_page(1252)
|
/third_party/python/Include/ |
D | unicodeobject.h | 707 int code_page, /* code page number */ 721 int code_page, /* code page number */
|
/third_party/icu/icu4c/source/common/ |
D | common.rc | 24 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | libGLESv2.rc | 22 #pragma code_page(1252)
|