Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Decma_string.cpp457 uint32_t EcmaString::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::ecmascript::EcmaString
/ark/runtime_core/runtime/coretypes/
Dstring.cpp654 uint32_t String::ComputeHashcodeUtf16(uint16_t *utf16_data, uint32_t length) in ComputeHashcodeUtf16() function in panda::coretypes::String
/ark/js_runtime/ecmascript/tests/
Decma_string_test.cpp1661 HWTEST_F_L0(EcmaStringTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument