Home | History | Annotate | Download | only in i18n

Lines Matching refs:offsetBufferSize

118     (s)->offsetBufferSize = 0;
303 if(length >= offsetBufferSize) {
304 int32_t newCapacity = 2 * offsetBufferSize + UCOL_EXPAND_CE_BUFFER_SIZE;
316 offsetBufferSize = newCapacity;