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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1057 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
1073 allocrhs=decRoundOperand(rhs, set, &status);
1074 if (allocrhs==NULL) break;
1075 rhs=allocrhs;
1083 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1277 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
1291 allocrhs=decRoundOperand(rhs, set, &status);
1292 if (allocrhs==NULL) break;
1293 rhs=allocrhs;
1415 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
1955 decNumber *allocrhs=NULL; /* .., rhs */ local
2324 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
2823 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
3814 decNumber *allocrhs=NULL; /* .., rhs */ local
4228 decNumber *allocrhs=NULL; /* .., rhs */ local
4901 decNumber *allocrhs=NULL; /* -> allocated buffer, iff allocated */ local
5248 decNumber *allocrhs=NULL; /* non-NULL if rhs buffer allocated */ local
5845 decNumber *allocrhs=NULL; /* .., rhs */ local
6018 decNumber *allocrhs=NULL; /* .., rhs */ local
[all...]
/external/icu4c/i18n/
H A DdecNumber.c1070 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
1086 allocrhs=decRoundOperand(rhs, set, &status);
1087 if (allocrhs==NULL) break;
1088 rhs=allocrhs;
1096 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1290 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
1304 allocrhs=decRoundOperand(rhs, set, &status);
1305 if (allocrhs==NULL) break;
1306 rhs=allocrhs;
1430 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
1972 decNumber *allocrhs=NULL; /* .., rhs */ local
2341 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
2842 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
3835 decNumber *allocrhs=NULL; /* .., rhs */ local
4251 decNumber *allocrhs=NULL; /* .., rhs */ local
4924 decNumber *allocrhs=NULL; /* -> allocated buffer, iff allocated */ local
5275 decNumber *allocrhs=NULL; /* non-NULL if rhs buffer allocated */ local
5876 decNumber *allocrhs=NULL; /* .., rhs */ local
6049 decNumber *allocrhs=NULL; /* .., rhs */ local
[all...]

Completed in 41 milliseconds