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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4902 uInt *allocrhi=NULL; /* -> allocated buffer, iff allocated */ local
4993 allocrhi=(uInt *)malloc(needbytes);
4994 zrhi=allocrhi;}
5175 if (allocrhi!=NULL) free(allocrhi); /* .. */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4904 uInt *allocrhi=NULL; /* -> allocated buffer, iff allocated */ local
4995 allocrhi=(uInt *)malloc(needbytes);
4996 zrhi=allocrhi;}
5177 if (allocrhi!=NULL) free(allocrhi); /* .. */

Completed in 200 milliseconds