Searched refs:valid_utf8 (Results 1 – 4 of 4) sorted by relevance
304 valid_utf8 = valid_orig.encode("utf-8")305 valid_cvt = cvt(valid_utf8)
110 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
23 static bool valid_utf8(const char* ptr, size_t size) { return SkUTF::CountUTF8(ptr, size) >= 0; } in valid_utf8() function147 if (!valid_utf8(utf8Text, byteLen) || 0 == byteLen) { in insert()
475 static int valid_utf8(const unsigned char* s) in valid_utf8() function539 if (!(length = valid_utf8(c))) { in decoding_fgets()