Searched defs:valid_utf8 (Results 1 – 3 of 3) sorted by relevance
23 static bool valid_utf8(const char* ptr, size_t size) { return SkUTF::CountUTF8(ptr, size) >= 0; } in valid_utf8() function
3960 valid_utf8(const char *s) /* I - String to check */ in valid_utf8() function
475 static int valid_utf8(const unsigned char* s) in valid_utf8() function