Searched refs:fStartType (Results 1 – 4 of 4) sorted by relevance
91 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()
2451 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()
660 switch (fPattern->fStartType) { in find()939 switch (fPattern->fStartType) { in findUsingChunk()
598 int32_t fStartType; // Info on how a match must start. variable