Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc827 uint8_t utf8 = CheckUtfBytes(bytes, &errorKind); in CheckUtfString()
836 static uint8_t CheckUtfBytes(const char* bytes, const char** errorKind) { in CheckUtfBytes() function in art::ScopedCheck