Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drepattrn.cpp99 fStartType = other.fStartType; in operator =()
174 fStartType = START_NO_INFO; in init()
828 printf(" Match Start Type: %s\n", START_OF_MATCH_STR(fStartType)); in dumpPattern()
829 if (fStartType == START_STRING) { in dumpPattern()
836 } else if (fStartType == START_SET) { in dumpPattern()
855 } else if (fStartType == START_CHAR) { in dumpPattern()
Dregexcmp.cpp2714 fRXPat->fStartType = START_START; in matchStartType()
2721 fRXPat->fStartType = START_LINE; in matchStartType()
3116 if (fRXPat->fStartType == START_START) { in matchStartType()
3123 fRXPat->fStartType = START_STRING; in matchStartType()
3125 } else if (fRXPat->fStartType == START_LINE) { in matchStartType()
3130 fRXPat->fStartType = START_NO_INFO; in matchStartType()
3133 fRXPat->fStartType = START_CHAR; in matchStartType()
3139 fRXPat->fStartType = START_SET; in matchStartType()
3142 fRXPat->fStartType = START_NO_INFO; in matchStartType()
Drematch.cpp691 switch (fPattern->fStartType) { in find()
968 switch (fPattern->fStartType) { in findUsingChunk()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h619 int32_t fStartType; // Info on how a match must start. variable