Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp983 constexpr size_t TWO_BYTES_LENGTH = 2; in FixUtf8Len() local
990 if (utf8Len >= TWO_BYTES_LENGTH && utf8[utf8Len - TWO_BYTES_LENGTH] >= 0xE0) { in FixUtf8Len()
992 trimSize = TWO_BYTES_LENGTH; in FixUtf8Len()

Completed in 4 milliseconds