Home | History | Annotate | Download | only in i18n

Lines Matching refs:fCompiledPat

112     fCompiledPat->assign(*other.fCompiledPat, fDeferredStatus);
167 fCompiledPat = 0;
189 fCompiledPat = new UVector64(fDeferredStatus);
201 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL ||
221 delete fCompiledPat;
222 fCompiledPat = NULL;
692 int32_t op = fCompiledPat->elementAti(index);
767 int32_t lengthOp = fCompiledPat->elementAti(index+1);
852 for (index = 0; index<fCompiledPat->size(); index++) {