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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c952 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
979 allocbufb=(decNumber *)malloc(needbytes);
980 if (allocbufb==NULL) { /* hopeless -- abandon */
983 b=allocbufb; /* use the allocated space */
993 if (allocbufb!=NULL) free(allocbufb); /* .. */
1425 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
1514 allocbufb=(decNumber *)malloc(needbytes);
1515 if (allocbufb==NULL) { /* hopeless -- abandon */
1518 b=allocbufb; /* us
2852 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
5640 decNumber *allocbufb=NULL; /* -> allocated bufa, iff allocated */ local
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c954 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
981 allocbufb=(decNumber *)malloc(needbytes);
982 if (allocbufb==NULL) { /* hopeless -- abandon */
985 b=allocbufb; /* use the allocated space */
995 if (allocbufb!=NULL) free(allocbufb); /* .. */
1427 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
1516 allocbufb=(decNumber *)malloc(needbytes);
1517 if (allocbufb==NULL) { /* hopeless -- abandon */
1520 b=allocbufb; /* us
2854 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
5642 decNumber *allocbufb=NULL; /* -> allocated bufa, iff allocated */ local
[all...]

Completed in 982 milliseconds