Home
last modified time | relevance | path

Searched refs:fKeysCapacity (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp1130 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), fKeysCount(0), fLocalKeyLimit(0), in SRBRoot()
1158 fKeysCapacity = KEY_SPACE_SIZE; in SRBRoot()
1248 if (fKeysTop >= fKeysCapacity) { in addKeyBytes()
1250 fKeysCapacity += KEY_SPACE_SIZE; in addKeyBytes()
1251 fKeys = static_cast<char *>(uprv_realloc(fKeys, fKeysCapacity)); in addKeyBytes()
Dreslist.h107 int32_t fKeysCapacity; member
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp1147 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), in SRBRoot()
1176 fKeysCapacity = KEY_SPACE_SIZE; in SRBRoot()
1269 if (fKeysTop >= fKeysCapacity) { in addKeyBytes()
1271 fKeysCapacity += KEY_SPACE_SIZE; in addKeyBytes()
1272 fKeys = static_cast<char *>(uprv_realloc(fKeys, fKeysCapacity)); in addKeyBytes()
Dreslist.h111 int32_t fKeysCapacity; member
/third_party/node/deps/icu-small/source/tools/genrb/
Dreslist.cpp1139 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), in SRBRoot()
1168 fKeysCapacity = KEY_SPACE_SIZE; in SRBRoot()
1261 if (fKeysTop >= fKeysCapacity) { in addKeyBytes()
1263 fKeysCapacity += KEY_SPACE_SIZE; in addKeyBytes()
1264 fKeys = static_cast<char *>(uprv_realloc(fKeys, fKeysCapacity)); in addKeyBytes()
Dreslist.h111 int32_t fKeysCapacity; member
/third_party/icu/icu4c/source/tools/genrb/
Dreslist.cpp1147 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), in SRBRoot()
1176 fKeysCapacity = KEY_SPACE_SIZE; in SRBRoot()
1269 if (fKeysTop >= fKeysCapacity) { in addKeyBytes()
1271 fKeysCapacity += KEY_SPACE_SIZE; in addKeyBytes()
1272 fKeys = static_cast<char *>(uprv_realloc(fKeys, fKeysCapacity)); in addKeyBytes()
Dreslist.h111 int32_t fKeysCapacity; member