Searched defs:newElems (Results 1 – 9 of 9) sorted by relevance
/external/cronet/tot/third_party/icu/source/common/ |
D | uvectr64.cpp | 149 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
|
D | uvectr32.cpp | 231 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
|
D | uvector.cpp | 348 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap); in ensureCapacity() local
|
/external/icu/icu4c/source/common/ |
D | uvectr64.cpp | 149 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
|
D | uvectr32.cpp | 231 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
|
D | uvector.cpp | 348 … UElement* newElems = static_cast<UElement*>(uprv_realloc(elements, sizeof(UElement) * newCap)); in ensureCapacity() local
|
/external/cronet/stable/third_party/icu/source/common/ |
D | uvectr64.cpp | 149 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
|
D | uvectr32.cpp | 231 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
|
D | uvector.cpp | 348 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap); in ensureCapacity() local
|