Searched refs:errorKind (Results 1 – 1 of 1) sorted by relevance
829 const char* errorKind = NULL; in CheckUtfString() local830 uint8_t utf8 = CheckUtfBytes(bytes, &errorKind); in CheckUtfString()831 if (errorKind != NULL) { in CheckUtfString()834 " string: '%s'", errorKind, utf8, bytes); in CheckUtfString()839 static uint8_t CheckUtfBytes(const char* bytes, const char** errorKind) { in CheckUtfBytes() argument864 *errorKind = "start"; in CheckUtfBytes()870 *errorKind = "continuation"; in CheckUtfBytes()879 *errorKind = "continuation"; in CheckUtfBytes()