Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c307 unicode_decode_utf8(const char *s, Py_ssize_t size,
4098 return unicode_decode_utf8(s, size, in PyUnicode_DecodeFSDefaultAndSize()
4120 return unicode_decode_utf8(s, size, errors, NULL, NULL); in PyUnicode_DecodeFSDefaultAndSize()
5181 unicode_decode_utf8(const char *s, Py_ssize_t size, in unicode_decode_utf8() function
5333 return unicode_decode_utf8(s, size, _Py_ERROR_UNKNOWN, errors, consumed); in PyUnicode_DecodeUTF8Stateful()