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 310 int32_t extendCEsSize; /* Holds the size of the dynamic CEs buffer */
    [all...]
ucol.cpp 116 (s)->extendCEsSize = 0;
268 data->extendCEsSize = newCapacity;
277 oldCapacity = data->extendCEsSize;
288 oldCapacity = data->extendCEsSize;
    [all...]

Completed in 40 milliseconds