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

/external/icu/icu4c/source/i18n/
H A DdecNumber.cpp2854 decNumber *allocbuff=NULL; /* -> allocated buff, iff allocated */ local
2926 allocbuff=(decNumber *)malloc(needbytes);
2927 if (allocbuff==NULL) { /* hopeless -- abandon */
2930 f=allocbuff; /* use the allocated space */
3148 if (allocbuff!=NULL) free(allocbuff); /* drop any storage used */

Completed in 158 milliseconds