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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c 262 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
  /external/icu4c/test/cintltst/
cintltst.c 274 newPath = (char *)ctst_malloc(newLen);
493 newString = (char*)ctst_malloc ( sizeof( char ) * 4 * ( length + 1 ) ); /* this shouldn't */
521 newString = (char*)ctst_malloc ( sizeof(char) * 8 * (length +1));
545 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
628 void *ctst_malloc(size_t size) { function

Completed in 443 milliseconds