Home
last modified time | relevance | path

Searched defs:newElems (Results 1 – 9 of 9) sorted by relevance

/external/cronet/tot/third_party/icu/source/common/
Duvectr64.cpp149 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*newCap); in expandCapacity() local
177 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*maxCapacity); in setMaxCapacity() local
Duvectr32.cpp231 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*newCap); in expandCapacity() local
259 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*maxCapacity); in setMaxCapacity() local
Duvector.cpp348 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap); in ensureCapacity() local
/external/icu/icu4c/source/common/
Duvectr64.cpp149 int64_t* newElems = static_cast<int64_t*>(uprv_realloc(elements, sizeof(int64_t) * newCap)); in expandCapacity() local
177 … int64_t* newElems = static_cast<int64_t*>(uprv_realloc(elements, sizeof(int64_t) * maxCapacity)); in setMaxCapacity() local
Duvectr32.cpp231 int32_t* newElems = static_cast<int32_t*>(uprv_realloc(elements, sizeof(int32_t) * newCap)); in expandCapacity() local
259 … int32_t* newElems = static_cast<int32_t*>(uprv_realloc(elements, sizeof(int32_t) * maxCapacity)); in setMaxCapacity() local
Duvector.cpp348 … UElement* newElems = static_cast<UElement*>(uprv_realloc(elements, sizeof(UElement) * newCap)); in ensureCapacity() local
/external/cronet/stable/third_party/icu/source/common/
Duvectr64.cpp149 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*newCap); in expandCapacity() local
177 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*maxCapacity); in setMaxCapacity() local
Duvectr32.cpp231 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*newCap); in expandCapacity() local
259 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*maxCapacity); in setMaxCapacity() local
Duvector.cpp348 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap); in ensureCapacity() local