Searched refs:START_CHAR (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dregeximp.h301 START_CHAR, // Match starts with a literal code point. enumerator in enum:StartOfMatch
309 (v)==START_CHAR? "START_CHAR" : \
H A Drepattrn.cpp816 } else if (This->fStartType == START_CHAR) {
H A Drematch.cpp731 case START_CHAR:
1001 case START_CHAR:
H A Dregexcmp.cpp2872 fRXPat->fStartType = START_CHAR;
/external/icu4c/i18n/
H A Dregeximp.h311 START_CHAR, // Match starts with a literal code point. enumerator in enum:StartOfMatch
319 (v)==START_CHAR? "START_CHAR" : \
H A Drepattrn.cpp791 } else if (This->fStartType == START_CHAR) {
H A Drematch.cpp737 case START_CHAR:
1007 case START_CHAR:
H A Dregexcmp.cpp2844 fRXPat->fStartType = START_CHAR;
/external/kernel-headers/original/linux/
H A Dtty.h89 #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) macro

Completed in 1527 milliseconds