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

/art/runtime/mirror/
H A Dstring.cc140 String* String::AllocFromModifiedUtf8(Thread* self, const char* utf) { function in class:art::mirror::String
145 return AllocFromModifiedUtf8(self, char_count, utf);
148 String* String::AllocFromModifiedUtf8(Thread* self, int32_t utf16_length, function in class:art::mirror::String

Completed in 91 milliseconds