Home
last modified time | relevance | path

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

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