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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4899 uInt *alloclhi=NULL; /* -> allocated buffer, iff allocated */ local
4989 alloclhi=(uInt *)malloc(needbytes);
4990 zlhi=alloclhi;}
5176 if (alloclhi!=NULL) free(alloclhi); /* .. */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4901 uInt *alloclhi=NULL; /* -> allocated buffer, iff allocated */ local
4991 alloclhi=(uInt *)malloc(needbytes);
4992 zlhi=alloclhi;}
5178 if (alloclhi!=NULL) free(alloclhi); /* .. */

Completed in 121 milliseconds