Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp984 constexpr size_t THREE_BYTES_LENGTH = 3; in FixUtf8Len() local
994 if (utf8Len >= THREE_BYTES_LENGTH && utf8[utf8Len - THREE_BYTES_LENGTH] >= 0xF0) { in FixUtf8Len()
996 trimSize = THREE_BYTES_LENGTH; in FixUtf8Len()

Completed in 3 milliseconds