Home
last modified time | relevance | path

Searched refs:START_CHAR (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Dregeximp.h295 START_CHAR, // Match starts with a literal code point. enumerator
303 (v)==START_CHAR? "START_CHAR" : \
Drepattrn.cpp598 } else if (This->fStartType == START_CHAR) { in RegexPatternDump()
Drematch.cpp432 case START_CHAR: in find()
Dregexcmp.cpp2855 fRXPat->fStartType = START_CHAR; in matchStartType()