Searched refs:fKeysCapacity (Results 1 – 2 of 2) sorted by relevance
1128 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), fKeysCount(0), fLocalKeyLimit(0), in SRBRoot()1156 fKeysCapacity = KEY_SPACE_SIZE; in SRBRoot()1246 if (fKeysTop >= fKeysCapacity) { in addKeyBytes()1248 fKeysCapacity += KEY_SPACE_SIZE; in addKeyBytes()1249 fKeys = static_cast<char *>(uprv_realloc(fKeys, fKeysCapacity)); in addKeyBytes()
105 int32_t fKeysCapacity; member