Lines Matching defs:numLeft
2871 size_t numLeft() const { return static_cast<size_t>(Last - First); }
3338 if (numLeft() < Length || Length == 0)
3441 if (numLeft() < 2)
3886 if (numLeft() == 0 || !std::isdigit(*First))
3888 while (numLeft() != 0 && std::isdigit(*First))
3909 if (parsePositiveInteger(&Int) || numLeft() < Int)
5316 if (numLeft() < 2)
5643 return numLeft() == 0 || look() == 'E' || look() == '.' || look() == '_';
5764 if (numLeft() <= N)
6148 if (numLeft() != 0)
6162 if (numLeft() != 0)
6168 if (numLeft() != 0)