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

  /external/icu/icu4c/source/i18n/
collationbuilder.cpp     [all...]
  /external/chromium_org/third_party/icu/source/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 423 milliseconds