Searched refs:ctst_malloc (Results 1 – 5 of 5) sorted by relevance
363 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
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()
1209 result2=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/ in myNumformat()