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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1954 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
1989 alloclhs=decRoundOperand(lhs, set, &status);
1990 if (alloclhs==NULL) break;
1991 lhs=alloclhs;
2268 if (alloclhs!=NULL) free(alloclhs); /* .. */
3813 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
3839 alloclhs=decRoundOperand(lhs, set, status);
3840 if (alloclhs==NULL) break;
3841 lhs=alloclhs;
4227 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
4900 decNumber *alloclhs=NULL; /* -> allocated buffer, iff allocated */ local
5844 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
6017 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
[all...]
/external/icu4c/i18n/
H A DdecNumber.c1971 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
2006 alloclhs=decRoundOperand(lhs, set, &status);
2007 if (alloclhs==NULL) break;
2008 lhs=alloclhs;
2285 if (alloclhs!=NULL) free(alloclhs); /* .. */
3834 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
3860 alloclhs=decRoundOperand(lhs, set, status);
3861 if (alloclhs==NULL) break;
3862 lhs=alloclhs;
4250 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
4923 decNumber *alloclhs=NULL; /* -> allocated buffer, iff allocated */ local
5875 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
6048 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
[all...]

Completed in 119 milliseconds