Searched defs:needbytes (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A DdecNumber.cpp676 Int needbytes=D2U(d)*sizeof(Unit);/* bytes needed */ local
678 if (needbytes>(Int)sizeof(resbuff)) { /* too big for local */
679 allocres=(Unit *)malloc(needbytes);
952 uInt needbytes; /* for space calculations */ local
967 needbytes=sizeof(decNumber)+(D2U(lhs->digits)-1)*sizeof(Unit);
968 if (needbytes>sizeof(bufa)) { /* need malloc space */
969 allocbufa=(decNumber *)malloc(needbytes);
981 needbytes=sizeof(decNumber)+(D2U(rhs->digits)-1)*sizeof(Unit);
982 if (needbytes>sizeof(bufb)) { /* need malloc space */
983 allocbufb=(decNumber *)malloc(needbytes);
1131 uInt needbytes; /* for space calculations */ local
1419 uInt needbytes; /* for space calculations */ local
1989 uInt needbytes; /* buffer size needed */ local
2842 Int needbytes; /* work */ local
4878 Int needbytes; /* size calculator */ local
5270 uInt needbytes; /* for space calculations */ local
5631 uInt needbytes; /* for space calculations */ local
[all...]

Completed in 128 milliseconds