Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drepattrn.cpp91 fStartType = other.fStartType; in operator =()
152 fStartType = START_NO_INFO; in init()
764 REGEX_DUMP_DEBUG_PRINTF((" Match Start Type: %s\n", START_OF_MATCH_STR(This->fStartType))); in RegexPatternDump()
765 if (This->fStartType == START_STRING) { in RegexPatternDump()
772 } else if (This->fStartType == START_SET) { in RegexPatternDump()
791 } else if (This->fStartType == START_CHAR) { in RegexPatternDump()
Dregexcmp.cpp2451 fRXPat->fStartType = START_START; in matchStartType()
2458 fRXPat->fStartType = START_LINE; in matchStartType()
2827 if (fRXPat->fStartType == START_START) { in matchStartType()
2834 fRXPat->fStartType = START_STRING; in matchStartType()
2836 } else if (fRXPat->fStartType == START_LINE) { in matchStartType()
2841 fRXPat->fStartType = START_NO_INFO; in matchStartType()
2844 fRXPat->fStartType = START_CHAR; in matchStartType()
2850 fRXPat->fStartType = START_SET; in matchStartType()
2853 fRXPat->fStartType = START_NO_INFO; in matchStartType()
Drematch.cpp660 switch (fPattern->fStartType) { in find()
939 switch (fPattern->fStartType) { in findUsingChunk()
/external/icu4c/i18n/unicode/
Dregex.h598 int32_t fStartType; // Info on how a match must start. variable