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