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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c950 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
965 allocbufa=(decNumber *)malloc(needbytes);
966 if (allocbufa==NULL) { /* hopeless -- abandon */
969 a=allocbufa; /* use the allocated space */
992 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
1129 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
1158 allocbufa=(decNumber *)malloc(needbytes);
1159 if (allocbufa==NULL) { /* hopeless -- abandon */
1162 acc=allocbufa; /* us
1422 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
2851 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
5287 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
5637 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c952 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
967 allocbufa=(decNumber *)malloc(needbytes);
968 if (allocbufa==NULL) { /* hopeless -- abandon */
971 a=allocbufa; /* use the allocated space */
994 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
1131 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
1160 allocbufa=(decNumber *)malloc(needbytes);
1161 if (allocbufa==NULL) { /* hopeless -- abandon */
1164 acc=allocbufa; /* us
1424 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
2853 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
5289 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
5639 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
[all...]

Completed in 105 milliseconds