Home | History | Annotate | Download | only in i18n

Lines Matching refs:fLimit

369     int32_t               fLimit;                       // Index to start of unused area at end of fStrings
376 fLimit = 0;
427 int32_t remainingLength = POOL_CHUNK_SIZE - fChunks->fLimit;
443 UChar *destString = &fChunks->fStrings[fChunks->fLimit];
445 fChunks->fLimit += (length + 1);