Searched refs:RegexPatternChar (Results 1 – 2 of 2) sorted by relevance
48 struct RegexPatternChar { struct60 void nextChar(RegexPatternChar &c); // Get the next char from the input stream. argument141 RegexPatternChar fC; // Current char for parse state machine
3606 void RegexCompile::nextChar(RegexPatternChar &c) { in nextChar()3877 RegexPatternChar savedfC = fC; in scanPosixProp()