Searched refs:ComputeHashcodeMutf8 (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | string.h | 268 static uint32_t ComputeHashcodeMutf8(const uint8_t *mutf8Data, uint32_t length); 269 …static uint32_t ComputeHashcodeMutf8(const uint8_t *mutf8Data, uint32_t utf16Length, bool canBeCom…
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 852 uint32_t String::ComputeHashcodeMutf8(const uint8_t *mutf8Data, uint32_t utf16Length) in ComputeHashcodeMutf8() function in ark::coretypes::String 855 return ComputeHashcodeMutf8(mutf8Data, utf16Length, canBeCompressed); in ComputeHashcodeMutf8() 859 uint32_t String::ComputeHashcodeMutf8(const uint8_t *mutf8Data, uint32_t utf16Length, bool canBeCom… in ComputeHashcodeMutf8() function in ark::coretypes::String
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | string_table.cpp | 95 …uint32_t hashCode = coretypes::String::ComputeHashcodeMutf8(utf8Data, utf16Length, canBeCompressed… in GetString()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_test.cpp | 201 …String::ComputeHashcodeMutf8(reinterpret_cast<const uint8_t *>(SIMPLE_UTF8_STRING), SIMPLE_UTF8_ST… in TEST_F() 219 …auto rawHashCode = String::ComputeHashcodeMutf8(reinterpret_cast<const uint8_t *>(data.data()), si… in TEST_F()
|