Home | History | Annotate | Download | only in i18n

Lines Matching refs:iacc

4911     Int    ilhs, irhs, iacc;       /* item counts in the arrays  */
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++) {