Home | History | Annotate | Download | only in i18n

Lines Matching refs:fFrameSize

297     // The pattern's fFrameSize so far has accumulated the requirements for
2100 if (size <= 0 || size > 0x100 || fRXPat->fFrameSize < 0) {
2104 int32_t dataIndex = fRXPat->fFrameSize;
2105 fRXPat->fFrameSize += size;
2106 if (fRXPat->fFrameSize >= 0x00fffff0) {