Searched refs:errorKind (Results 1 – 1 of 1) sorted by relevance
1424 const char* errorKind = nullptr; in CheckUtfString() local1425 const uint8_t* utf8 = CheckUtfBytes(bytes, &errorKind); in CheckUtfString()1426 if (errorKind != nullptr) { in CheckUtfString()1447 " string: '%s'\n input: '%s'", errorKind, *utf8, bytes, oss.str().c_str()); in CheckUtfString()1455 static const uint8_t* CheckUtfBytes(const char* bytes, const char** errorKind) { in CheckUtfBytes() argument1475 *errorKind = "start"; in CheckUtfBytes()1484 *errorKind = "continuation"; in CheckUtfBytes()1488 *errorKind = "start"; in CheckUtfBytes()1498 *errorKind = "continuation"; in CheckUtfBytes()1509 *errorKind = "continuation"; in CheckUtfBytes()