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

/art/runtime/mirror/
H A Dstring.cc193 String* String::AllocFromModifiedUtf8(Thread* self, const char* utf) { function in class:art::mirror::String
197 return AllocFromModifiedUtf8(self, char_count, utf, byte_count);
200 String* String::AllocFromModifiedUtf8(Thread* self, function in class:art::mirror::String
203 return AllocFromModifiedUtf8(self, utf16_length, utf8_data_in, strlen(utf8_data_in));
206 String* String::AllocFromModifiedUtf8(Thread* self, function in class:art::mirror::String

Completed in 75 milliseconds