HomeSort by relevance Sort by last modified time
    Searched full:oldces (Results 1 - 1 of 1) sorted by null

  /external/icu4c/i18n/
ucol.cpp 255 uint32_t *oldCEs = data->extendCEs;
256 if(oldCEs == NULL) {
257 oldCEs = data->CEs;
259 int32_t length = data->CEpos - oldCEs;
264 uprv_memcpy(newCEs, oldCEs, length * 4);
    [all...]

Completed in 38 milliseconds