Home
last modified time | relevance | path

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

/art/runtime/jni/
Dcheck_jni.cc1424 const char* errorKind = nullptr; in CheckUtfString() local
1425 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() argument
1475 *errorKind = "start"; in CheckUtfBytes()
1484 *errorKind = "continuation"; in CheckUtfBytes()
1488 *errorKind = "start"; in CheckUtfBytes()
1498 *errorKind = "continuation"; in CheckUtfBytes()
1509 *errorKind = "continuation"; in CheckUtfBytes()