Home | History | Annotate | Download | only in base

Lines Matching refs:c2

1149 // Check that the next character in |buffer| is one of |c1| or |c2|. |c2| is
1156 char c2) {
1159 return (c == c1 || (c == c2 && c2 != 0));