Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc1254 const char* errorKind = nullptr; in CheckUtfString() local
1255 const uint8_t* utf8 = CheckUtfBytes(bytes, &errorKind); in CheckUtfString()
1256 if (errorKind != nullptr) { in CheckUtfString()
1277 " string: '%s'\n input: '%s'", errorKind, *utf8, bytes, oss.str().c_str()); in CheckUtfString()
1285 static const uint8_t* CheckUtfBytes(const char* bytes, const char** errorKind) { in CheckUtfBytes() argument
1305 *errorKind = "start"; in CheckUtfBytes()
1314 *errorKind = "continuation"; in CheckUtfBytes()
1318 *errorKind = "start"; in CheckUtfBytes()
1328 *errorKind = "continuation"; in CheckUtfBytes()
1339 *errorKind = "continuation"; in CheckUtfBytes()