Searched defs:valid_utf8 (Results 1 – 5 of 5) sorted by relevance
61 gboolean valid_utf8; member
82 gboolean valid_utf8; member
23 static bool valid_utf8(const char* ptr, size_t size) { return SkUTF::CountUTF8(ptr, size) >= 0; } in valid_utf8() function
504 static int valid_utf8(const unsigned char* s) in valid_utf8() function