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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4257 Int acclength; /* length of acc needed [Units] */ local
4433 acclength=D2U(reqdigits+DECDPUN); /* in Units */
4434 if (acclength*sizeof(Unit)>sizeof(accbuff)) {
4435 /* printf("malloc dvacc %ld units\n", acclength); */
4436 allocacc=(Unit *)malloc(acclength*sizeof(Unit));
4535 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4259 Int acclength; /* length of acc needed [Units] */ local
4435 acclength=D2U(reqdigits+DECDPUN); /* in Units */
4436 if (acclength*sizeof(Unit)>sizeof(accbuff)) {
4437 /* printf("malloc dvacc %ld units\n", acclength); */
4438 allocacc=(Unit *)malloc(acclength*sizeof(Unit));
4537 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */

Completed in 80 milliseconds