Searched refs:RegexPatternChar (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dregexcmp.h50 struct RegexPatternChar { struct in class:RegexCompile
63 void nextChar(RegexPatternChar &c); // Get the next char from the input stream.
151 RegexPatternChar fC; // Current char for parse state machine
H A Dregexcmp.cpp4005 void RegexCompile::nextChar(RegexPatternChar &c) {
4297 RegexPatternChar savedfC = fC;

Completed in 58 milliseconds