HomeSort by relevance Sort by last modified time
    Searched refs:fRXPat (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
regexcmp.cpp 53 fRXPat = rxp;
61 fModeFlags = fRXPat->fFlags | 0x80000000;
112 U_ASSERT(fRXPat->fPattern.length() == 0);
115 fRXPat->fPattern = pat;
116 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets;
117 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8;
257 for (loc=0; loc<fRXPat->fCompiledPat->size(); loc++) {
258 int32_t op = fRXPat->fCompiledPat->elementAti(loc);
262 if (where > fRXPat->fGroupMap->size()) {
266 where = fRXPat->fGroupMap->elementAti(where-1)
    [all...]
regexcmp.h 121 RegexPattern *fRXPat;

Completed in 19 milliseconds