HomeSort by relevance Sort by last modified time
    Searched refs:ctst_malloc (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/cintltst/
cintltst.h 56 U_CFUNC void *ctst_malloc(size_t size);
cformtst.c 66 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength);
cintltst.c 247 newPath = (char *)ctst_malloc(newLen);
466 newString = (char*)ctst_malloc ( sizeof( char ) * 4 * ( length + 1 ) ); /* this shouldn't */
494 newString = (char*)ctst_malloc ( sizeof(char) * 8 * (length +1));
518 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
606 void *ctst_malloc(size_t size) { function
cdtrgtst.c 600 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/
cdattst.c     [all...]

Completed in 42 milliseconds