Searched refs:ctst_malloc (Results 1 – 5 of 5) sorted by relevance
499 newString = (char*)ctst_malloc ( sizeof( char ) * 4 * ( length + 1 ) ); /* this shouldn't */ in austrdup()527 newString = (char*)ctst_malloc ( sizeof(char) * 8 * (length +1)); in aescstrdup()554 … tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) + strlen(tdrelativepath)) + 10)); in loadTestData()662 void *ctst_malloc(size_t size) { in ctst_malloc() function
78 U_CFUNC void *ctst_malloc(size_t size);
86 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); in myDateFormat()
618 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/ in myFormatit()
1227 result2=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/ in myNumformat()