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