Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp158 int32_t totalCapacity = CODE_POINT_STACK_CAPACITY + codePointNumBatches * CODE_POINT_BATCH_SIZE; in nextCodePointMatcher()
161 auto* nextBatch = new CodePointMatcher[CODE_POINT_BATCH_SIZE]; in nextCodePointMatcher()
169 CODE_POINT_BATCH_SIZE] = {cp}; in nextCodePointMatcher()
Dnumparse_affixes.h70 static constexpr int32_t CODE_POINT_BATCH_SIZE = 10; // Number of entries per heap allocation variable