Searched refs:verify_utf8_sequence (Results 1 – 1 of 1) sorted by relevance
161 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() function396 if (verify_utf8_sequence((const unsigned char*)string, &len) != JSONSuccess) { in is_valid_utf8()