Home | History | Annotate | Download | only in i18n

Lines Matching full:capacity

331     // Ensure capacity. Grow fNodes[] if needed.
1180 gZoneStringFormatCache = new ZSFCache(10 /* capacity */);
1980 ZSFCache::ZSFCache(int32_t capacity)
1981 : fCapacity(capacity), fFirst(NULL) {
2070 // Now, delete unused cache entries beyond the capacity