Home
last modified time | relevance | path

Searched refs:mixHash (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp947 uint32_t mixHash = 0; in ComputeHashcodeUtf8() local
950 if (utf8Len < MAX_ELEMENT_INDEX_LEN && HashIntegerString(utf8Data, utf8Len, &mixHash, 0)) { in ComputeHashcodeUtf8()
951 return mixHash; in ComputeHashcodeUtf8()
971 uint32_t mixHash = 0; in ComputeHashcodeUtf16() local
973 if (length < MAX_ELEMENT_INDEX_LEN && HashIntegerString(utf16Data, length, &mixHash, 0)) { in ComputeHashcodeUtf16()
974 return mixHash; in ComputeHashcodeUtf16()

Completed in 3 milliseconds