Searched refs:IsDelim (Results 1 – 2 of 2) sorted by relevance
203 bool IsDelim(char_type c) const { return delims_.find(c) != str::npos; } in IsDelim() function225 if (IsDelim(c)) in AdvanceOne()
721 bool IsDelim; in nextUp() local725 IsDelim = isDelimiter(Stack[P-1]); in nextUp()726 } while (P < SS && IsDelim); in nextUp()727 assert(!IsDelim); in nextUp()736 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local740 IsDelim = isDelimiter(Stack[P-1]); in nextDown()741 } while (P > 0 && IsDelim); in nextDown()742 assert(!IsDelim); in nextDown()