Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc829 const char* errorKind = NULL; in CheckUtfString() local
830 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() argument
864 *errorKind = "start"; in CheckUtfBytes()
870 *errorKind = "continuation"; in CheckUtfBytes()
879 *errorKind = "continuation"; in CheckUtfBytes()