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

/external/icu/icu4c/source/i18n/
H A Dusearch.cpp180 inline void * allocateMemory(uint32_t size, UErrorCode *status) function
216 int32_t *temp = (int32_t *)allocateMemory(
256 int64_t *temp = (int64_t *)allocateMemory(
852 norm = (UChar *)allocateMemory((size + 1) * sizeof(UChar),
1367 destination = (UChar *)allocateMemory(

Completed in 113 milliseconds