Searched refs:fKeysCapacity (Results 1 – 2 of 2) sorted by relevance
1135 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), in SRBRoot()1164 fKeysCapacity = KEY_SPACE_SIZE; in SRBRoot()1257 if (fKeysTop >= fKeysCapacity) { in addKeyBytes()1259 fKeysCapacity += KEY_SPACE_SIZE; in addKeyBytes()1260 fKeys = static_cast<char *>(uprv_realloc(fKeys, fKeysCapacity)); in addKeyBytes()
111 int32_t fKeysCapacity; member