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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1072 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
1088 allocrhs=decRoundOperand(rhs, set, &status);
1089 if (allocrhs==NULL) break;
1090 rhs=allocrhs;
1098 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1292 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
1306 allocrhs=decRoundOperand(rhs, set, &status);
1307 if (allocrhs==NULL) break;
1308 rhs=allocrhs;
1432 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
1974 decNumber *allocrhs=NULL; /* .., rhs */ local
2343 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
2844 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ local
3837 decNumber *allocrhs=NULL; /* .., rhs */ local
4253 decNumber *allocrhs=NULL; /* .., rhs */ local
4926 decNumber *allocrhs=NULL; /* -> allocated buffer, iff allocated */ local
5277 decNumber *allocrhs=NULL; /* non-NULL if rhs buffer allocated */ local
5878 decNumber *allocrhs=NULL; /* .., rhs */ local
6051 decNumber *allocrhs=NULL; /* .., rhs */ local
[all...]

Completed in 2070 milliseconds