D | string.cc | 196 String* String::AllocFromModifiedUtf8(Thread* self, const char* utf) { in AllocFromModifiedUtf8() function in art::mirror::String 200 return AllocFromModifiedUtf8(self, char_count, utf, byte_count); in AllocFromModifiedUtf8() 203 String* String::AllocFromModifiedUtf8(Thread* self, in AllocFromModifiedUtf8() function in art::mirror::String 206 return AllocFromModifiedUtf8(self, utf16_length, utf8_data_in, strlen(utf8_data_in)); in AllocFromModifiedUtf8() 209 String* String::AllocFromModifiedUtf8(Thread* self, in AllocFromModifiedUtf8() function in art::mirror::String
|