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