Home
last modified time | relevance | path

Searched refs:remainingLength (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h480 uint32_t remainingLength = range_ - current_; in ParseLiteral() local
481 if (UNLIKELY(remainingLength < strLen)) { in ParseLiteral()
707 uint32_t remainingLength = end_ - current_; in ConvertStringUnicode() local
708 if (remainingLength < UNICODE_DIGIT_LENGTH) { in ConvertStringUnicode()