Home
last modified time | relevance | path

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

/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
191 UINT_ const code_page = message_cp_win32(); in system_category_message_win32() local
/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
472 UINT code_page = get_code_page_for_locale_id(idx); in w32_tolower() local
543 UINT code_page = get_code_page_for_locale_id(idx); in w32_toupper() local
607 UINT code_page = get_code_page_for_locale_id(idx); in w32_is() local
/third_party/boost/libs/regex/test/regress/
Dtest_locale.cpp107 UINT code_page = static_cast<UINT>(_wtol(code_page_string)); in test_locale() local
/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/python/Objects/
Dunicodeobject.c7552 code_page_name(UINT code_page, PyObject **obj) in code_page_name()
7569 decode_code_page_flags(UINT code_page) in decode_code_page_flags()
7587 decode_code_page_strict(UINT code_page, in decode_code_page_strict()
7637 decode_code_page_errors(UINT code_page, in decode_code_page_errors()
7760 decode_code_page_stateful(int code_page, in decode_code_page_stateful()
7828 PyUnicode_DecodeCodePageStateful(int code_page, in PyUnicode_DecodeCodePageStateful()
7855 encode_code_page_flags(UINT code_page, const char *errors) in encode_code_page_flags()
7880 encode_code_page_strict(UINT code_page, PyObject **outbytes, in encode_code_page_strict()
7996 encode_code_page_errors(UINT code_page, PyObject **outbytes, in encode_code_page_errors()
8177 encode_code_page(int code_page, in encode_code_page()
[all …]
/third_party/python/Modules/
D_codecsmodule.c946 _codecs_code_page_encode_impl(PyObject *module, int code_page, PyObject *str, in _codecs_code_page_encode_impl()
/third_party/python/PC/
Dlauncher.c1126 UINT code_page; member
/third_party/python/Modules/clinic/
D_codecsmodule.c.h2661 int code_page; in _codecs_code_page_encode() local