Lines Matching refs:malloc
165 result=(UChar*)malloc(sizeof(UChar) * resultlength);
274 result=(UChar*)malloc(sizeof(UChar) * resultlength);
602 pattern=(UChar*)malloc(sizeof(UChar) * 10);
614 result=(UChar*)malloc(sizeof(UChar) * resultlength);
664 pattern=(UChar*)malloc(sizeof(UChar) * resultlength);
684 result=(UChar*)malloc(sizeof(UChar) * resultlength);
708 result=(UChar*)malloc(sizeof(UChar) * resultlength);
729 value=(UChar*)malloc(sizeof(UChar) * resultlength);
893 pattern=(UChar*)malloc(sizeof(UChar) * (strlen(expected)+1));
901 result=(UChar*)malloc(sizeof(UChar) * resultlength);
927 value=(UChar*)malloc(sizeof(UChar) * (strlen(expected) + 1));
941 result=(UChar*)malloc(sizeof(UChar) * resultlength);
974 result=(UChar*)malloc(sizeof(UChar) * resultlength);
995 value=(UChar*)malloc(sizeof(UChar) * resultlength);
1028 /*result2=(UChar*)malloc(sizeof(UChar) * resultlength);*/ /* this leaks */