Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc1240 const char* errorKind = nullptr; in CheckUtfString() local
1241 const uint8_t* utf8 = CheckUtfBytes(bytes, &errorKind); in CheckUtfString()
1242 if (errorKind != nullptr) { in CheckUtfString()
1263 " string: '%s'\n input: '%s'", errorKind, *utf8, bytes, oss.str().c_str()); in CheckUtfString()
1271 static const uint8_t* CheckUtfBytes(const char* bytes, const char** errorKind) { in CheckUtfBytes() argument
1291 *errorKind = "start"; in CheckUtfBytes()
1300 *errorKind = "continuation"; in CheckUtfBytes()
1304 *errorKind = "start"; in CheckUtfBytes()
1314 *errorKind = "continuation"; in CheckUtfBytes()
1325 *errorKind = "continuation"; in CheckUtfBytes()