Searched refs:ComputeHashcodeUtf8 (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.h | 369 … static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress); 609 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8() function 611 return EcmaString::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in ComputeHashcodeUtf8()
|
| D | ecma_string_table.cpp | 45 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in GetString()
|
| D | ecma_string.cpp | 503 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/ |
| D | ecma_string_accessor_test.cpp | 806 HWTEST_F_L0(EcmaStringAccessorTest, ComputeHashcodeUtf8) in HWTEST_F_L0() argument 814 …EXPECT_EQ(EcmaStringAccessor::ComputeHashcodeUtf8(&arrayU8[0], lengthEcmaStrU8, true), hashExpect); in HWTEST_F_L0()
|
| D | ecma_string_test.cpp | 1526 HWTEST_F_L0(EcmaStringTest, ComputeHashcodeUtf8) in HWTEST_F_L0() argument 1534 EXPECT_EQ(EcmaString::ComputeHashcodeUtf8(&arrayU8[0], lengthEcmaStrU8, true), hashExpect); in HWTEST_F_L0()
|