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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1974 decNumber *allocdac=NULL; /* -> allocated acc buffer, iff used */ local
2162 allocdac=(decNumber *)malloc(needbytes);
2163 if (allocdac==NULL) { /* hopeless -- abandon */
2166 dac=allocdac; /* use the allocated space */
2282 if (allocdac!=NULL) free(allocdac); /* drop any storage used */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1976 decNumber *allocdac=NULL; /* -> allocated acc buffer, iff used */ local
2164 allocdac=(decNumber *)malloc(needbytes);
2165 if (allocdac==NULL) { /* hopeless -- abandon */
2168 dac=allocdac; /* use the allocated space */
2284 if (allocdac!=NULL) free(allocdac); /* drop any storage used */

Completed in 166 milliseconds