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

  /external/icu4c/i18n/
ucol_imp.h 298 int32_t extendCEsSize; /* Holds the size of the dynamic CEs buffer */
    [all...]
ucol.cpp 132 (s)->extendCEsSize = 0;
288 data->extendCEsSize = newCapacity;
297 oldCapacity = data->extendCEsSize;
308 oldCapacity = data->extendCEsSize;
    [all...]

Completed in 43 milliseconds