Searched defs:code_page (Results 1 – 10 of 10) sorted by relevance
/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 191 UINT_ const code_page = message_cp_win32(); in system_category_message_win32() local
|
/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 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/ |
D | test_locale.cpp | 107 UINT code_page = static_cast<UINT>(_wtol(code_page_string)); in test_locale() local
|
/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/python/Objects/ |
D | unicodeobject.c | 7552 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.c | 946 _codecs_code_page_encode_impl(PyObject *module, int code_page, PyObject *str, in _codecs_code_page_encode_impl()
|
/third_party/python/PC/ |
D | launcher.c | 1126 UINT code_page; member
|
/third_party/python/Modules/clinic/ |
D | _codecsmodule.c.h | 2661 int code_page; in _codecs_code_page_encode() local
|