Home
last modified time | relevance | path

Searched refs:AllocFromUtf16 (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dstring.h130 static String* AllocFromUtf16(Thread* self, int32_t utf16_length, const uint16_t* utf16_data_in)
Dstring.cc174 String* String::AllocFromUtf16(Thread* self, int32_t utf16_length, const uint16_t* utf16_data_in) { in AllocFromUtf16() function in art::mirror::String
/art/runtime/
Dclass_linker_test.cc1464 Handle<mirror::String> location(hs.NewHandle(mirror::String::AllocFromUtf16(soa.Self(), in TEST_F()
Djni_internal.cc1750 mirror::String* result = mirror::String::AllocFromUtf16(soa.Self(), char_count, chars); in NewString()