Home
last modified time | relevance | path

Searched refs:encode_code_page_strict (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dunicodeobject.c7632 encode_code_page_strict(UINT code_page, PyObject **outbytes, in encode_code_page_strict() function
7951 ret = encode_code_page_strict(code_page, &outbytes, in encode_code_page()