Home
last modified time | relevance | path

Searched refs:codePointsOverflow (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp135 delete[] codePointsOverflow[i]; in ~CodePointMatcherWarehouse()
141 codePointsOverflow(std::move(src.codePointsOverflow)), in CodePointMatcherWarehouse()
148 codePointsOverflow = std::move(src.codePointsOverflow); in operator =()
162 if (codePointNumBatches >= codePointsOverflow.getCapacity()) { in nextCodePointMatcher()
164 codePointsOverflow.resize(codePointNumBatches * 2, codePointNumBatches); in nextCodePointMatcher()
166 codePointsOverflow[codePointNumBatches++] = nextBatch; in nextCodePointMatcher()
168 …return codePointsOverflow[codePointNumBatches - 1][(codePointCount++ - CODE_POINT_STACK_CAPACITY) % in nextCodePointMatcher()
Dnumparse_affixes.h88 MaybeStackArray<CodePointMatcher*, 3> codePointsOverflow; // On heap in "batches" variable