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

  /external/chromium_org/third_party/icu/source/i18n/
ucoleitr.cpp 780 s->offsetBufferSize = 0;
ucol_imp.h 302 int32_t offsetBufferSize; /* The size of the offset buffer */
    [all...]
ucol.cpp 135 (s)->offsetBufferSize = 0;
324 U_ASSERT(length >= offsetBufferSize || offsetStore != NULL);
325 if(length >= offsetBufferSize) {
326 int32_t newCapacity = 2 * offsetBufferSize + UCOL_EXPAND_CE_BUFFER_SIZE;
338 offsetBufferSize = newCapacity;
    [all...]

Completed in 42 milliseconds