Searched refs:AllocFromUtf16 (Results 1 – 5 of 5) sorted by relevance
263 ObjPtr<mirror::String> result = mirror::String::AllocFromUtf16(soa.Self(), s, v); in StringFactory_newStringFromUtf8Bytes()
156 static ObjPtr<String> AllocFromUtf16(Thread* self,
154 ObjPtr<String> String::AllocFromUtf16(Thread* self, in AllocFromUtf16() function in art::mirror::String
1535 Handle<mirror::String> location(hs.NewHandle(mirror::String::AllocFromUtf16(soa.Self(), in TEST_F()
1905 ObjPtr<mirror::String> result = mirror::String::AllocFromUtf16(soa.Self(), char_count, chars); in NewString()