Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregeximp.h305 START_CHAR, // Match starts with a literal code point. enumerator
313 (v)==START_CHAR? "START_CHAR" : \
Drepattrn.cpp828 } else if (fStartType == START_CHAR) { in dumpPattern()
Drematch.cpp771 case START_CHAR: in find()
1040 case START_CHAR: in findUsingChunk()
Dregexcmp.cpp3142 fRXPat->fStartType = START_CHAR; in matchStartType()