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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c3847 Unit *allocacc=NULL; /* -> allocated acc buffer, iff allocated */ local
4071 allocacc=(Unit *)malloc(need*sizeof(Unit));
4072 if (allocacc==NULL) { /* hopeless -- abandon */
4075 acc=allocacc;
4168 if (allocacc!=NULL) free(allocacc); /* drop any storage used */
4255 Unit *allocacc=NULL; /* -> allocated buffer, iff allocated */ local
4436 allocacc=(Unit *)malloc(acclength*sizeof(Unit));
4437 if (allocacc==NULL) { /* hopeless -- abandon */
4440 acc=allocacc; /* us
4875 void *allocacc=NULL; /* -> allocated accumulator, iff allocated */ local
6277 Unit *allocacc=NULL; /* -> allocated acc buffer, iff allocated */ local
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c3849 Unit *allocacc=NULL; /* -> allocated acc buffer, iff allocated */ local
4073 allocacc=(Unit *)malloc(need*sizeof(Unit));
4074 if (allocacc==NULL) { /* hopeless -- abandon */
4077 acc=allocacc;
4170 if (allocacc!=NULL) free(allocacc); /* drop any storage used */
4257 Unit *allocacc=NULL; /* -> allocated buffer, iff allocated */ local
4438 allocacc=(Unit *)malloc(acclength*sizeof(Unit));
4439 if (allocacc==NULL) { /* hopeless -- abandon */
4442 acc=allocacc; /* us
4877 void *allocacc=NULL; /* -> allocated accumulator, iff allocated */ local
6279 Unit *allocacc=NULL; /* -> allocated acc buffer, iff allocated */ local
[all...]

Completed in 1139 milliseconds