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

/art/runtime/mirror/
H A Dstring.cc110 String* String::AllocFromModifiedUtf8(Thread* self, const char* utf) { function in class:art::mirror::String
114 return AllocFromModifiedUtf8(self, char_count, utf, byte_count);
117 String* String::AllocFromModifiedUtf8(Thread* self, int32_t utf16_length, const char* utf8_data_in) { function in class:art::mirror::String
118 return AllocFromModifiedUtf8(self, utf16_length, utf8_data_in, strlen(utf8_data_in));
121 String* String::AllocFromModifiedUtf8(Thread* self, int32_t utf16_length, function in class:art::mirror::String

Completed in 15 milliseconds