Home
last modified time | relevance | path

Searched defs:ComputeHashcodeUtf8 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp101 …uint32_t BaseString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompre… in ComputeHashcodeUtf8() function in common::BaseString
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h1010 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8() function
Decma_string.cpp595 uint32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompres… in ComputeHashcodeUtf8() function in panda::ecmascript::EcmaString
/arkcompiler/ets_runtime/ecmascript/tests/
Dbase_string_test.cpp1398 HWTEST_F_L0(BaseStringTest, ComputeHashcodeUtf8) in HWTEST_F_L0() argument
Decma_string_accessor_test.cpp787 HWTEST_F_L0(EcmaStringAccessorTest, ComputeHashcodeUtf8) in HWTEST_F_L0() argument