Searched refs:fKeysCapacity (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h52 int32_t fKeysCapacity; member in struct:SRBRoot
H A Dreslist.c1127 bundle->fKeysCapacity = KEY_SPACE_SIZE;
1426 if (bundle->fKeysTop >= bundle->fKeysCapacity) {
1428 bundle->fKeysCapacity += KEY_SPACE_SIZE;
1429 bundle->fKeys = uprv_realloc(bundle->fKeys, bundle->fKeysCapacity);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.h53 int32_t fKeysCapacity; member in struct:SRBRoot
H A Dreslist.c1085 bundle->fKeysCapacity = KEY_SPACE_SIZE;
1394 if (bundle->fKeysTop >= bundle->fKeysCapacity) {
1396 bundle->fKeysCapacity += KEY_SPACE_SIZE;
1397 bundle->fKeys = uprv_realloc(bundle->fKeys, bundle->fKeysCapacity);

Completed in 104 milliseconds