Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Dtokenizer.c557 static int valid_utf8(const unsigned char* s) in valid_utf8() function
622 if (!(length = valid_utf8(c))) { in decoding_fgets()