Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dparson.c161 static JSON_Status verify_utf8_sequence(const unsigned char *string, int *len);
350 static JSON_Status verify_utf8_sequence(const unsigned char *string, int *len) { in verify_utf8_sequence() function
396 if (verify_utf8_sequence((const unsigned char*)string, &len) != JSONSuccess) { in is_valid_utf8()