Searched refs:tempBufCE (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol.cpp3616 uint32_t *tempBufCE = (uint32_t *)uprv_realloc(source->extendCEs, local
3618 if (tempBufCE == NULL) {
3623 source->extendCEs = tempBufCE;

Completed in 58 milliseconds