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