Home
last modified time | relevance | path

Searched refs:utm_allocN (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.h185 utm_allocN(UToolMemory *mem, int32_t n);
Dtoolutil.cpp347 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN() function
/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c354 u=utm_allocN(extData->toUUChars, u16Length); in getToUnicodeValue()
465 section=(uint32_t *)utm_allocN(extData->toUTable, 1+count); in generateToUTable()
667 resultBytes=utm_allocN(extData->fromUBytes, m->bLen); in getFromUBytesValue()
749 sectionUChars=(UChar *)utm_allocN(extData->fromUTableUChars, 1+count); in generateFromUTable()
750 sectionValues=(uint32_t *)utm_allocN(extData->fromUTableValues, 1+count); in generateFromUTable()