Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c46 static const size_t INCOMPLETE_CHARACTER = (size_t)-2; variable
145 if (count != 0 && count != DECODE_ERROR && count != INCOMPLETE_CHARACTER) { in _Py_mbrtowc()
507 if (converted == INCOMPLETE_CHARACTER) { in decode_current_locale()