Home
last modified time | relevance | path

Searched refs:ComputeUtf16HashFromModifiedUtf8 (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Dutf.h88 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length);
Dutf.cc177 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length) { in ComputeUtf16HashFromModifiedUtf8() function
/art/runtime/
Dintern_table_test.cc231 ASSERT_EQ(ComputeUtf16HashFromModifiedUtf8("foobar", 6), in TEST_F()
232 ComputeUtf16HashFromModifiedUtf8("foobbS", 6)); in TEST_F()
Dintern_table.cc108 ComputeUtf16HashFromModifiedUtf8(utf8_data, utf16_length)); in LookupStrong()
/art/runtime/gc/space/
Dimage_space_test.cc150 uint32_t hash = ComputeUtf16HashFromModifiedUtf8(test_string, test_string_length); in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc1967 int32_t hash = ComputeUtf16HashFromModifiedUtf8(utf8_data, utf16_length); in ProcessInterns()