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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4911 Int ilhs, irhs, iacc; /* item counts in the arrays */ local
4984 iacc=ilhs+irhs;
4999 /* units. Therefore iacc extra bytes are needed at the front */
5006 U_ASSERT(iacc <= INT32_MAX/sizeof(uLong));
5007 needbytes=iacc*sizeof(uLong);
5009 zoff=(iacc+7)/8; /* items to offset by */
5037 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5066 for (lp=zacc; lp<zacc+iacc; lp++) {
5091 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) {
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4913 Int ilhs, irhs, iacc; /* item counts in the arrays */ local
4986 iacc=ilhs+irhs;
5001 /* units. Therefore iacc extra bytes are needed at the front */
5008 U_ASSERT(iacc <= INT32_MAX/sizeof(uLong));
5009 needbytes=iacc*sizeof(uLong);
5011 zoff=(iacc+7)/8; /* items to offset by */
5039 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5068 for (lp=zacc; lp<zacc+iacc; lp++) {
5093 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) {

Completed in 387 milliseconds