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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1975 decNumber *allocinv=NULL; /* -> allocated 1/x buffer, iff used */ local
2209 allocinv=(decNumber *)malloc(needbytes);
2210 if (allocinv==NULL) { /* hopeless -- abandon */
2213 inv=allocinv; /* use the allocated space */
2283 if (allocinv!=NULL) free(allocinv); /* .. */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1977 decNumber *allocinv=NULL; /* -> allocated 1/x buffer, iff used */ local
2211 allocinv=(decNumber *)malloc(needbytes);
2212 if (allocinv==NULL) { /* hopeless -- abandon */
2215 inv=allocinv; /* use the allocated space */
2285 if (allocinv!=NULL) free(allocinv); /* .. */

Completed in 389 milliseconds