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

/external/icu4c/i18n/
H A DdecNumber.c1954 decNumber *allocdac=NULL; /* -> allocated acc buffer, iff used */ local
2142 allocdac=(decNumber *)malloc(needbytes);
2143 if (allocdac==NULL) { /* hopeless -- abandon */
2146 dac=allocdac; /* use the allocated space */
2262 if (allocdac!=NULL) free(allocdac); /* drop any storage used */

Completed in 65 milliseconds