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

/external/icu4c/i18n/
H A DdecNumber.c939 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
966 allocbufb=(decNumber *)malloc(needbytes);
967 if (allocbufb==NULL) { /* hopeless -- abandon */
970 b=allocbufb; /* use the allocated space */
980 if (allocbufb!=NULL) free(allocbufb); /* .. */
1408 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
1497 allocbufb=(decNumber *)malloc(needbytes);
1498 if (allocbufb==NULL) { /* hopeless -- abandon */
1501 b=allocbufb; /* us
2828 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
5603 decNumber *allocbufb=NULL; /* -> allocated bufa, iff allocated */ local
[all...]

Completed in 17 milliseconds