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 314 int32_t offsetBufferSize; /* The size of the offset buffer */
    [all...]
ucol.cpp 119 (s)->offsetBufferSize = 0;
304 if(length >= offsetBufferSize) {
305 int32_t newCapacity = 2 * offsetBufferSize + UCOL_EXPAND_CE_BUFFER_SIZE;
317 offsetBufferSize = newCapacity;
    [all...]

Completed in 92 milliseconds