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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c2850 decNumber *allocbuff=NULL; /* -> allocated buff, iff allocated */ local
2922 allocbuff=(decNumber *)malloc(needbytes);
2923 if (allocbuff==NULL) { /* hopeless -- abandon */
2926 f=allocbuff; /* use the allocated space */
3144 if (allocbuff!=NULL) free(allocbuff); /* drop any storage used */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c2852 decNumber *allocbuff=NULL; /* -> allocated buff, iff allocated */ local
2924 allocbuff=(decNumber *)malloc(needbytes);
2925 if (allocbuff==NULL) { /* hopeless -- abandon */
2928 f=allocbuff; /* use the allocated space */
3146 if (allocbuff!=NULL) free(allocbuff); /* drop any storage used */

Completed in 212 milliseconds