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

  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 123 fFrameSize = 0;
353 U_ASSERT(groupOffset < fPattern->fFrameSize);
    [all...]
repattrn.cpp 78 fFrameSize = other.fFrameSize;
139 fFrameSize = 0;
regexcmp.cpp 287 // The pattern's fFrameSize so far has accumulated the requirements for
293 fRXPat->fFrameSize+=2;
441 int32_t varsLoc = fRXPat->fFrameSize; // Reserve three slots in match stack frame.
442 fRXPat->fFrameSize += 3;
    [all...]
  /external/icu4c/i18n/
rematch.cpp 193 fFrameSize = 0;
536 U_ASSERT(groupOffset < fPattern->fFrameSize);
    [all...]
repattrn.cpp 88 fFrameSize = other.fFrameSize;
149 fFrameSize = 0;
regexcmp.cpp 290 // The pattern's fFrameSize so far has accumulated the requirements for
296 fRXPat->fFrameSize+=RESTACKFRAME_HDRCOUNT;
448 int32_t varsLoc = fRXPat->fFrameSize; // Reserve three slots in match stack frame.
449 fRXPat->fFrameSize += 3;
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 399 int32_t fFrameSize; // Size of a state stack frame in the
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 595 int32_t fFrameSize; // Size of a state stack frame in the
    [all...]

Completed in 92 milliseconds