Lines Matching defs:result2
1120 UChar *result2=NULL;1130 /*result2=(UChar*)malloc(sizeof(UChar) * resultlength);*/ /* this leaks */1131 result2=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/1132 unum_formatDouble(numfor, d, result2, resultlength, NULL, &status);1140 return result2;