Searched refs:maxPosition (Results 1 – 1 of 1) sorted by relevance
902 const std::size_t maxPosition{position.size()}; in SkipLabel() local903 if (maxPosition && parser::IsDecimalDigit(position[0])) { in SkipLabel()905 for (; (i < maxPosition) && parser::IsDecimalDigit(position[i]); ++i) { in SkipLabel()907 for (; (i < maxPosition) && std::isspace(position[i]); ++i) { in SkipLabel()