Home
last modified time | relevance | path

Searched refs:ctst_malloc (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcintltst.c363 newString = (char*)ctst_malloc ( sizeof( char ) * 4 * ( length + 1 ) ); /* this shouldn't */ in austrdup()
391 newString = (char*)ctst_malloc ( sizeof(char) * 8 * (length +1)); in aescstrdup()
459 void *ctst_malloc(size_t size) { in ctst_malloc() function
Dcintltst.h78 U_CFUNC void *ctst_malloc(size_t size);
Dcformtst.c86 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); in myDateFormat()
Dcdtrgtst.c618 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/ in myFormatit()
Dcdattst.c1209 result2=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/ in myNumformat()