Searched refs:ComputeUtf16HashFromModifiedUtf8 (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/art/runtime/ |
H A D | intern_table-inl.h | 36 DCHECK_EQ(hash, ComputeUtf16HashFromModifiedUtf8(utf8_data, utf16_length)); in Hash() 39 return ComputeUtf16HashFromModifiedUtf8(utf8_data, utf16_length); in Hash()
|
H A D | intern_table_test.cc | 244 ASSERT_EQ(ComputeUtf16HashFromModifiedUtf8("foobar", 6), in TEST_F() 245 ComputeUtf16HashFromModifiedUtf8("foobbS", 6)); in TEST_F()
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/ |
D | utf.h | 88 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length);
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/ |
D | utf.h | 112 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length);
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
D | utf.h | 112 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length);
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/ |
D | utf.h | 112 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length);
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | utf.h | 112 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length);
|
H A D | utf.cc | 143 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length) { in ComputeUtf16HashFromModifiedUtf8() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
D | utf.h | 112 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length);
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/ |
D | utf.h | 112 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length);
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
D | utf.h | 112 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length);
|
/aosp_15_r20/out/soong/.intermediates/art/libdexfile/libdexfile/android_arm64_armv8-2a_cortex-a55_shared_apex31/obj/art/libdexfile/dex/ |
D | utf.sdump | 1572 "function_name" : "art::ComputeUtf16HashFromModifiedUtf8",
|