Home
last modified time | relevance | path

Searched refs:totalCapacity (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp816 int32_t totalCapacity = 0; in getFormats() local
817 …for (int32_t partIndex = 0; (partIndex = nextTopLevelArgStart(partIndex)) >= 0; ++totalCapacity) {} in getFormats()
822 t->formatAliasesCapacity = totalCapacity; in getFormats()
830 } else if (totalCapacity > formatAliasesCapacity) { in getFormats()
832 uprv_realloc(formatAliases, sizeof(Format*) * totalCapacity); in getFormats()
838 t->formatAliasesCapacity = totalCapacity; in getFormats()
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp815 int32_t totalCapacity = 0; in getFormats() local
816 …for (int32_t partIndex = 0; (partIndex = nextTopLevelArgStart(partIndex)) >= 0; ++totalCapacity) {} in getFormats()
821 t->formatAliasesCapacity = totalCapacity; in getFormats()
829 } else if (totalCapacity > formatAliasesCapacity) { in getFormats()
831 uprv_realloc(formatAliases, sizeof(Format*) * totalCapacity); in getFormats()
837 t->formatAliasesCapacity = totalCapacity; in getFormats()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp815 int32_t totalCapacity = 0; in getFormats() local
816 …for (int32_t partIndex = 0; (partIndex = nextTopLevelArgStart(partIndex)) >= 0; ++totalCapacity) {} in getFormats()
821 t->formatAliasesCapacity = totalCapacity; in getFormats()
829 } else if (totalCapacity > formatAliasesCapacity) { in getFormats()
831 uprv_realloc(formatAliases, sizeof(Format*) * totalCapacity); in getFormats()
837 t->formatAliasesCapacity = totalCapacity; in getFormats()