Searched defs:ctst_malloc (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcintltst.c262 newPath = (char *)ctst_malloc(newLen);
481 newString = (char*)ctst_malloc ( sizeof( char ) * 4 * ( length + 1 ) ); /* this shouldn't */
509 newString = (char*)ctst_malloc ( sizeof(char) * 8 * (length +1));
533 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
621 void *ctst_malloc(size_t size) { function

Completed in 58 milliseconds