Searched defs:errorKind (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dcheck_jni.cc1085 const char* errorKind = nullptr; local
1086 uint8_t utf8 = CheckUtfBytes(bytes, &errorKind);
1087 if (errorKind != nullptr) {
1089 " string: '%s'", errorKind, utf8, bytes);
1097 static uint8_t CheckUtfBytes(const char* bytes, const char** errorKind) { argument
1117 *errorKind = "start";
1126 *errorKind = "continuation";
1130 *errorKind = "start";
1140 *errorKind = "continuation";
1151 *errorKind
[all...]

Completed in 238 milliseconds