Home
last modified time | relevance | path

Searched defs:ComputeHashcodeUtf16 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp125 uint32_t BaseString::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in common::BaseString
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h1015 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function
Decma_string.cpp601 uint32_t EcmaString::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::ecmascript::EcmaString
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp887 uint32_t String::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in ark::coretypes::String
/arkcompiler/ets_runtime/ecmascript/tests/
Dbase_string_test.cpp1416 HWTEST_F_L0(BaseStringTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument
Decma_string_accessor_test.cpp805 HWTEST_F_L0(EcmaStringAccessorTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument