Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp177 : fIgnoreCase(ignoreCase), fNodes(NULL), fNodesCapacity(0), fNodesCount(0), in TextTrieMap()
250 fNodesCapacity = 512; in putImpl()
251 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode)); in putImpl()
283 if (fNodesCapacity == 0xffff) { in growNodes()
286 int32_t newCapacity = fNodesCapacity + 1000; in growNodes()
297 fNodesCapacity = newCapacity; in growNodes()
322 if (fNodesCount == fNodesCapacity) { in addChildNode()
Dtznames_impl.h147 int32_t fNodesCapacity; variable
/third_party/node/deps/icu-small/source/i18n/
Dtznames_impl.cpp177 : fIgnoreCase(ignoreCase), fNodes(NULL), fNodesCapacity(0), fNodesCount(0), in TextTrieMap()
250 fNodesCapacity = 512; in putImpl()
251 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode)); in putImpl()
283 if (fNodesCapacity == 0xffff) { in growNodes()
286 int32_t newCapacity = fNodesCapacity + 1000; in growNodes()
297 fNodesCapacity = newCapacity; in growNodes()
322 if (fNodesCount == fNodesCapacity) { in addChildNode()
Dtznames_impl.h147 int32_t fNodesCapacity; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp175 : fIgnoreCase(ignoreCase), fNodes(NULL), fNodesCapacity(0), fNodesCount(0), in TextTrieMap()
248 fNodesCapacity = 512; in putImpl()
249 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode)); in putImpl()
281 if (fNodesCapacity == 0xffff) { in growNodes()
284 int32_t newCapacity = fNodesCapacity + 1000; in growNodes()
295 fNodesCapacity = newCapacity; in growNodes()
320 if (fNodesCount == fNodesCapacity) { in addChildNode()
Dtznames_impl.h147 int32_t fNodesCapacity; variable
/third_party/icu/icu4c/source/i18n/
Dtznames_impl.cpp177 : fIgnoreCase(ignoreCase), fNodes(NULL), fNodesCapacity(0), fNodesCount(0), in TextTrieMap()
250 fNodesCapacity = 512; in putImpl()
251 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode)); in putImpl()
283 if (fNodesCapacity == 0xffff) { in growNodes()
286 int32_t newCapacity = fNodesCapacity + 1000; in growNodes()
297 fNodesCapacity = newCapacity; in growNodes()
322 if (fNodesCount == fNodesCapacity) { in addChildNode()
Dtznames_impl.h147 int32_t fNodesCapacity; variable