Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal.cc166 : utf_(utf), utf8_length_(utf8_length), count_(count), has_bad_char_(has_bad_char) {} in NewStringUTFVisitor()
185 VisitUtf8Chars(utf_, utf8_length_, good, bad); in operator ()()
208 VisitUtf8Chars(utf_, utf8_length_, good, bad); in operator ()()
215 const char* utf_; member in art::__anon29e82fe90111::NewStringUTFVisitor