HomeSort by relevance Sort by last modified time
    Searched refs:offsetBufferSize (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
ucoleitr.cpp 780 s->offsetBufferSize = 0;
ucol_imp.h 304 int32_t offsetBufferSize; /* The size of the offset buffer */
    [all...]
ucol.cpp 118 (s)->offsetBufferSize = 0;
303 if(length >= offsetBufferSize) {
304 int32_t newCapacity = 2 * offsetBufferSize + UCOL_EXPAND_CE_BUFFER_SIZE;
316 offsetBufferSize = newCapacity;
    [all...]

Completed in 225 milliseconds