Home
last modified time | relevance | path

Searched defs:code_page (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dfile_version_info_win.cc24 WORD code_page; member
183 WORD code_page) in FileVersionInfoWin()
194 WORD code_page) in FileVersionInfoWin()
/aosp_15_r20/external/cronet/base/strings/
H A Dsys_string_conversions_win.cc34 std::wstring SysMultiByteToWide(StringPiece mb, uint32_t code_page) { in SysMultiByteToWide()
53 std::string SysWideToMultiByte(const std::wstring& wide, uint32_t code_page) { in SysWideToMultiByte()
H A Dsys_string_conversions_fuzzer.cc28 const uint32_t code_page = provider.ConsumeIntegral<uint32_t>(); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/
Dsystem_category_message_win32.hpp85 boost::winapi::UINT_ const code_page = message_cp_win32(); in system_category_message_win32() local
192 UINT_ const code_page = message_cp_win32(); in system_category_message_win32() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dw32_regex_traits.hpp757 UINT code_page = get_code_page_for_locale_id(this->m_locale); in init() local
1032 UINT code_page = get_code_page_for_locale_id(idx); in w32_tolower() local
1087 UINT code_page = get_code_page_for_locale_id(idx); in w32_toupper() local
1135 UINT code_page = get_code_page_for_locale_id(idx); in w32_is() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dw32_regex_traits.hpp799 UINT code_page = get_code_page_for_locale_id(this->m_locale); in init() local
1074 UINT code_page = get_code_page_for_locale_id(idx); in w32_tolower() local
1129 UINT code_page = get_code_page_for_locale_id(idx); in w32_toupper() local
1177 UINT code_page = get_code_page_for_locale_id(idx); in w32_is() local
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_fontmapper.cpp334 FX_Charset GetCharset(FX_CodePage code_page, int base_font, uint32_t flags) { in GetCharset()
572 FX_CodePage code_page, in FindSubstFont()
H A Dcfx_font.cpp375 FX_CodePage code_page, in LoadSubst()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_locale.cpp107 UINT code_page = static_cast<UINT>(_wtol(code_page_string)); in test_locale() local
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c7397 code_page_name(UINT code_page, PyObject **obj) in code_page_name()
7414 decode_code_page_flags(UINT code_page) in decode_code_page_flags()
7432 decode_code_page_strict(UINT code_page, in decode_code_page_strict()
7482 decode_code_page_errors(UINT code_page, in decode_code_page_errors()
7605 decode_code_page_stateful(int code_page, in decode_code_page_stateful()
7673 PyUnicode_DecodeCodePageStateful(int code_page, in PyUnicode_DecodeCodePageStateful()
7700 encode_code_page_flags(UINT code_page, const char *errors) in encode_code_page_flags()
7725 encode_code_page_strict(UINT code_page, PyObject **outbytes, in encode_code_page_strict()
7841 encode_code_page_errors(UINT code_page, PyObject **outbytes, in encode_code_page_errors()
8025 encode_code_page(int code_page, in encode_code_page()
[all …]
/aosp_15_r20/external/freetype/src/winfonts/
H A Dwinfnt.h103 FT_ULong code_page; member
/aosp_15_r20/external/python/cpython3/Modules/
D_codecsmodule.c946 _codecs_code_page_encode_impl(PyObject *module, int code_page, PyObject *str, in _codecs_code_page_encode_impl()
/aosp_15_r20/external/python/cpython3/PC/
Dlauncher.c1126 UINT code_page; member
/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_codecsmodule.c.h2661 int code_page; in _codecs_code_page_encode() local