Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregeximp.h311 START_CHAR, // Match starts with a literal code point. enumerator
319 (v)==START_CHAR? "START_CHAR" : \
Drepattrn.cpp791 } else if (This->fStartType == START_CHAR) { in RegexPatternDump()
Drematch.cpp737 case START_CHAR: in find()
1007 case START_CHAR: in findUsingChunk()
Dregexcmp.cpp2844 fRXPat->fStartType = START_CHAR; in matchStartType()
/external/kernel-headers/original/linux/
Dtty.h89 #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) macro