Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_pytypes.py304 valid_utf8 = valid_orig.encode("utf-8")
305 valid_cvt = cvt(valid_utf8)
/external/libcups/systemv/
Dcupstestppd.c110 static int valid_utf8(const char *s);
3495 else if (!valid_utf8(attr->text)) in check_translations()
3541 !valid_utf8(attr->text)) in check_translations()
3590 else if (!valid_utf8(attr->text)) in check_translations()
3629 else if (!valid_utf8(attr->text)) in check_translations()
3960 valid_utf8(const char *s) /* I - String to check */ in valid_utf8() function
/external/skia/modules/skplaintexteditor/src/
Deditor.cpp23 static bool valid_utf8(const char* ptr, size_t size) { return SkUTF::CountUTF8(ptr, size) >= 0; } in valid_utf8() function
147 if (!valid_utf8(utf8Text, byteLen) || 0 == byteLen) { in insert()
/external/python/cpython3/Parser/
Dtokenizer.c475 static int valid_utf8(const unsigned char* s) in valid_utf8() function
539 if (!(length = valid_utf8(c))) { in decoding_fgets()