Home | History | Annotate | Download | only in i18n

Lines Matching refs:offsetBufferSize

119     (s)->offsetBufferSize = 0;
304 if(length >= offsetBufferSize) {
305 int32_t newCapacity = 2 * offsetBufferSize + UCOL_EXPAND_CE_BUFFER_SIZE;
317 offsetBufferSize = newCapacity;