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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.c269 newPath = (char *)ctst_malloc(newLen);
488 newString = (char*)ctst_malloc ( sizeof( char ) * 4 * ( length + 1 ) ); /* this shouldn't */
516 newString = (char*)ctst_malloc ( sizeof(char) * 8 * (length +1));
540 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
623 void *ctst_malloc(size_t size) { function
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c269 newPath = (char *)ctst_malloc(newLen);
488 newString = (char*)ctst_malloc ( sizeof( char ) * 4 * ( length + 1 ) ); /* this shouldn't */
516 newString = (char*)ctst_malloc ( sizeof(char) * 8 * (length +1));
540 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
623 void *ctst_malloc(size_t size) { function

Completed in 102 milliseconds