Home
last modified time | relevance | path

Searched refs:code_page (Results 1 – 25 of 59) sorted by relevance

123

/third_party/boost/libs/regex/src/
Dw32_regex_traits.cpp127 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/
Dsystem_category_win32.hpp84 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/
DWelsVP.rc21 #pragma code_page(936)
59 #pragma code_page(1252)
/third_party/python/PC/
Dpython_ver_rc.h4 #pragma code_page(1252)
/third_party/boost/libs/regex/test/regress/
Dtest_locale.cpp107 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/
Dapp.rc22 #pragma code_page(1252)
/third_party/openh264/
Dopenh264.rc18 #pragma code_page(1252)
Dopenh264.rc.template18 #pragma code_page(1252)
/third_party/cef/tests/cefsimple/
Dcefsimple.rc23 #pragma code_page(1252)
/third_party/flutter/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.h104 FT_ULong code_page; member
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.h103 FT_ULong code_page; member
/third_party/freetype/src/winfonts/
Dwinfnt.h103 FT_ULong code_page; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.rc22 #pragma code_page(1252)
/third_party/skia/third_party/externals/icu/source/data/misc/
Dicudata.rc22 #pragma code_page(1252)
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
DlibGLESv2.rc22 #pragma code_page(1252)
/third_party/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.rc22 #pragma code_page(1252)
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv1_CM/
DlibGLESv1_CM.rc22 #pragma code_page(1252)
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
Dicudata.rc22 #pragma code_page(1252)
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.rc22 #pragma code_page(1252)
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
DlibGLESv1_CM.rc22 #pragma code_page(1252)
/third_party/icu/icu4c/source/data/misc/
Dicudata.rc22 #pragma code_page(1252)
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
DlibGL.rc22 #pragma code_page(1252)
/third_party/python/Include/
Dunicodeobject.h707 int code_page, /* code page number */
721 int code_page, /* code page number */
/third_party/icu/icu4c/source/common/
Dcommon.rc24 #pragma code_page(1252)
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
DlibGLESv2.rc22 #pragma code_page(1252)

123