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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1973 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
2008 alloclhs=decRoundOperand(lhs, set, &status);
2009 if (alloclhs==NULL) break;
2010 lhs=alloclhs;
2287 if (alloclhs!=NULL) free(alloclhs); /* .. */
3836 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
3862 alloclhs=decRoundOperand(lhs, set, status);
3863 if (alloclhs==NULL) break;
3864 lhs=alloclhs;
4252 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
4925 decNumber *alloclhs=NULL; /* -> allocated buffer, iff allocated */ local
5877 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
6050 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
[all...]

Completed in 66 milliseconds