Searched defs:alloclhs (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A DdecNumber.c1951 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
1986 alloclhs=decRoundOperand(lhs, set, &status);
1987 if (alloclhs==NULL) break;
1988 lhs=alloclhs;
2265 if (alloclhs!=NULL) free(alloclhs); /* .. */
3807 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
3833 alloclhs=decRoundOperand(lhs, set, status);
3834 if (alloclhs==NULL) break;
3835 lhs=alloclhs;
4221 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
4894 decNumber *alloclhs=NULL; /* -> allocated buffer, iff allocated */ local
5835 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
6008 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
[all...]

Completed in 145 milliseconds