Home
last modified time | relevance | path

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

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