Home
last modified time | relevance | path

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

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