Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp356 size_t trimSize = 0; in FixUtf8Len() local
359 trimSize = 1; in FixUtf8Len()
363 trimSize = CONST_2; in FixUtf8Len()
367 trimSize = CONST_3; in FixUtf8Len()
369 return utf8Len - trimSize; in FixUtf8Len()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp985 size_t trimSize = 0; in FixUtf8Len() local
988 trimSize = 1; in FixUtf8Len()
992 trimSize = TWO_BYTES_LENGTH; in FixUtf8Len()
996 trimSize = THREE_BYTES_LENGTH; in FixUtf8Len()
998 return utf8Len - trimSize; in FixUtf8Len()

Completed in 5 milliseconds