Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c241 unicode_decode_utf8(const char *s, Py_ssize_t size,
4028 return unicode_decode_utf8(s, size, in PyUnicode_DecodeFSDefaultAndSize()
4050 return unicode_decode_utf8(s, size, errors, NULL, NULL); in PyUnicode_DecodeFSDefaultAndSize()
5095 unicode_decode_utf8(const char *s, Py_ssize_t size, in unicode_decode_utf8() function
5247 return unicode_decode_utf8(s, size, _Py_ERROR_UNKNOWN, errors, consumed); in PyUnicode_DecodeUTF8Stateful()