Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_batchallocator.h45 BatchInfo* nextBatch = batch->next_; in ~BatchAllocator() local
47 batch = nextBatch; in ~BatchAllocator()
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp161 auto* nextBatch = new CodePointMatcher[CODE_POINT_BATCH_SIZE]; in nextCodePointMatcher() local
166 codePointsOverflow[codePointNumBatches++] = nextBatch; in nextCodePointMatcher()