Home | History | Annotate | Download | only in i18n

Lines Matching refs:fData

165     if (fData != fSmallData) {
166 uprv_free(fData);
167 fData = NULL;
230 fData = fSmallData;
256 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t));
257 if (fData == NULL) {
2810 fData[i] = 0;
3599 fData[opValue] = fStack->size();
3605 int32_t newStackSize = (int32_t)fData[opValue];
3750 fData[opValue] = fStack->size();
3751 fData[opValue+1] = fp->fInputIdx;
3763 int32_t newStackSize =(int32_t)fData[opValue];
3777 fp->fInputIdx = fData[opValue+1];
3861 fData[opValue] = fStack->size();
3862 fData[opValue+1] = fp->fInputIdx;
3864 fData[opValue+2] = -1;
3867 fData[opValue+3] = fActiveLimit;
3887 int64_t *lbStartIdx = &fData[opValue+2];
3908 int64_t restoreInputLen = fData[opValue+3];
3939 int64_t originalInputLen = fData[opValue+3];
3963 int64_t *lbStartIdx = &fData[opValue+2];
3983 int64_t restoreInputLen = fData[opValue+3];
4018 int64_t originalInputLen = fData[opValue+3];
4026 int32_t newStackSize = (int32_t)fData[opValue];
4304 fData[i] = 0;
5058 fData[opValue] = fStack->size();
5064 int32_t newStackSize = (int32_t)fData[opValue];
5191 fData[opValue] = fStack->size();
5192 fData[opValue+1] = fp->fInputIdx;
5204 int32_t newStackSize = (int32_t)fData[opValue];
5218 fp->fInputIdx = fData[opValue+1];
5289 fData[opValue] = fStack->size();
5290 fData[opValue+1] = fp->fInputIdx;
5292 fData[opValue+2] = -1;
5295 fData[opValue+3] = fActiveLimit;
5315 int64_t *lbStartIdx = &fData[opValue+2];
5334 int64_t restoreInputLen = fData[opValue+3];
5365 int64_t originalInputLen = fData[opValue+3];
5389 int64_t *lbStartIdx = &fData[opValue+2];
5407 int64_t restoreInputLen = fData[opValue+3];
5442 int64_t originalInputLen = fData[opValue+3];
5450 int32_t newStackSize = (int32_t)fData[opValue];