D | string.cc | 197 String* String::AllocFromModifiedUtf8(Thread* self, const char* utf) { in AllocFromModifiedUtf8() function in art::mirror::String 201 return AllocFromModifiedUtf8(self, char_count, utf, byte_count); in AllocFromModifiedUtf8() 204 String* String::AllocFromModifiedUtf8(Thread* self, in AllocFromModifiedUtf8() function in art::mirror::String 207 return AllocFromModifiedUtf8(self, utf16_length, utf8_data_in, strlen(utf8_data_in)); in AllocFromModifiedUtf8() 210 String* String::AllocFromModifiedUtf8(Thread* self, in AllocFromModifiedUtf8() function in art::mirror::String
|