Searched refs:offsetBufferSize (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Ducoleitr.cpp780 s->offsetBufferSize = 0;
H A Ducol_imp.h314 int32_t offsetBufferSize; /* The size of the offset buffer */ member in struct:collIterate
H A Ducol.cpp119 (s)->offsetBufferSize = 0;
304 if(length >= offsetBufferSize) {
305 int32_t newCapacity = 2 * offsetBufferSize + UCOL_EXPAND_CE_BUFFER_SIZE;
317 offsetBufferSize = newCapacity;

Completed in 51 milliseconds