Searched refs:IsDelim (Results 1 – 2 of 2) sorted by relevance
209 bool IsDelim(char_type c) const { in IsDelim() function235 if (IsDelim(c)) in AdvanceOne()
799 bool IsDelim; in nextUp() local803 IsDelim = isDelimiter(Stack[P-1]); in nextUp()804 } while (P < SS && IsDelim); in nextUp()805 assert(!IsDelim); in nextUp()814 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local818 IsDelim = isDelimiter(Stack[P-1]); in nextDown()819 } while (P > 0 && IsDelim); in nextDown()820 assert(!IsDelim); in nextDown()