Searched refs:IsDelim (Results 1 – 3 of 3) sorted by relevance
207 bool IsDelim(char_type c) const { in IsDelim() function233 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()
740 bool IsDelim; in nextUp() local744 IsDelim = isDelimiter(Stack[P-1]); in nextUp()745 } while (P < SS && IsDelim); in nextUp()746 assert(!IsDelim); in nextUp()755 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local759 IsDelim = isDelimiter(Stack[P-1]); in nextDown()760 } while (P > 0 && IsDelim); in nextDown()761 assert(!IsDelim); in nextDown()