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.h191 utm_allocN(UToolMemory *mem, int32_t n);
Dtoolutil.cpp346 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN() function
/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c359 u=utm_allocN(extData->toUUChars, u16Length); in getToUnicodeValue()
470 section=(uint32_t *)utm_allocN(extData->toUTable, 1+count); in generateToUTable()
672 resultBytes=utm_allocN(extData->fromUBytes, m->bLen); in getFromUBytesValue()
754 sectionUChars=(UChar *)utm_allocN(extData->fromUTableUChars, 1+count); in generateFromUTable()
755 sectionValues=(uint32_t *)utm_allocN(extData->fromUTableValues, 1+count); in generateFromUTable()