Searched defs:ComputeHashcodeUtf16 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/coretypes/ | ||
H A D | string.cpp | 876 uint32_t String::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in ark::coretypes::String |
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | ecma_string.h | 1344 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::EcmaStringAccessor |
H A D | ecma_string.cpp | 969 uint32_t EcmaString::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::ecmascript::EcmaString |
Completed in 8 milliseconds