Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.h53 struct RegexPatternChar { struct
66 void nextChar(RegexPatternChar &c); // Get the next char from the input stream. argument
154 RegexPatternChar fC; // Current char for parse state machine
Dregexcmp.cpp4014 void RegexCompile::nextChar(RegexPatternChar &c) { in nextChar()
4306 RegexPatternChar savedfC = fC; in scanPosixProp()