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.c498 newString = (char*)ctst_malloc ( sizeof( char ) * 4 * ( length + 1 ) ); /* this shouldn't */ in austrdup()
526 newString = (char*)ctst_malloc ( sizeof(char) * 8 * (length +1)); in aescstrdup()
550 … tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10)); in loadTestData()
633 void *ctst_malloc(size_t size) { in ctst_malloc() function
Dcintltst.h78 U_CFUNC void *ctst_malloc(size_t size);
Dcformtst.c80 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); in myDateFormat()
Dcdtrgtst.c617 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/ in myFormatit()
Dcdattst.c1200 result2=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/ in myNumformat()