Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp582 auto pEnd = p; in StringToDouble() local
618 …for (uint8_t *i = pStart; i < pEnd; ++i) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithme… in StringToDouble()