Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table-inl.h36 DCHECK_EQ(hash, ComputeUtf16HashFromModifiedUtf8(utf8_data, utf16_length)); in Hash()
39 return ComputeUtf16HashFromModifiedUtf8(utf8_data, utf16_length); in Hash()
Dintern_table_test.cc244 ASSERT_EQ(ComputeUtf16HashFromModifiedUtf8("foobar", 6), in TEST_F()
245 ComputeUtf16HashFromModifiedUtf8("foobbS", 6)); in TEST_F()
/art/libdexfile/dex/
Dutf.h112 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length);
Dutf.cc143 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length) { in ComputeUtf16HashFromModifiedUtf8() function