Lines Matching refs:malloc
625 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
675 char *testDataFileName = (char *) malloc( srcPathLen+ deltaPathLen + 50 );
1007 utestdatapath = (UChar*) malloc((len+10)*sizeof(UChar));
1169 utestdatapath = (UChar*) malloc(sizeof(UChar) *(len+10));
1684 base=(UChar*)malloc(sizeof(UChar)*(strlen(NAME[j]) + 1));
1694 base = (UChar*) malloc(sizeof(UChar) * 1);
1715 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4));
1719 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
2840 p8 = (char *)malloc(++length8);