Lines Matching refs:malloc
342 base=(UChar*)malloc(sizeof(UChar)*(strlen(NAME[j]) + 1));
352 base = (UChar*) malloc(sizeof(UChar) * 1);
385 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
774 char* fileName = (char*) malloc(uprv_strlen(testdatapath) +10);
783 char* buf = (char*) malloc(bufLen);