Searched defs:tob (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol.cpp1603 int32_t *tob = (int32_t *) uprv_realloc(data->offsetBuffer, sizeof(int32_t) * (normLen + 1)); local
1605 if (tob != NULL) {
1606 data->offsetBuffer = tob;
3646 int32_t *tob = (int32_t *) uprv_realloc(source->offsetBuffer, local
3649 if (tob != NULL) {
3650 source->offsetBuffer = tob;

Completed in 42 milliseconds