Home
last modified time | relevance | path

Searched refs:tob (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ducol.cpp1622 … int32_t *tob = (int32_t *) uprv_realloc(data->offsetBuffer, sizeof(int32_t) * (normLen + 1)); in collPrevIterNormalize() local
1624 if (tob != NULL) { in collPrevIterNormalize()
1625 data->offsetBuffer = tob; in collPrevIterNormalize()
3489 int32_t *tob = (int32_t *) uprv_realloc(source->offsetBuffer, in ucol_prv_getSpecialPrevCE() local
3492 if (tob != NULL) { in ucol_prv_getSpecialPrevCE()
3493 source->offsetBuffer = tob; in ucol_prv_getSpecialPrevCE()
/external/chromium/third_party/icu/source/i18n/
Ducol.cpp1603 … int32_t *tob = (int32_t *) uprv_realloc(data->offsetBuffer, sizeof(int32_t) * (normLen + 1)); in collPrevIterNormalize() local
1605 if (tob != NULL) { in collPrevIterNormalize()
1606 data->offsetBuffer = tob; in collPrevIterNormalize()
3646 int32_t *tob = (int32_t *) uprv_realloc(source->offsetBuffer, in ucol_prv_getSpecialPrevCE() local
3649 if (tob != NULL) { in ucol_prv_getSpecialPrevCE()
3650 source->offsetBuffer = tob; in ucol_prv_getSpecialPrevCE()