Home | History | Annotate | Download | only in i18n

Lines Matching full:irhs

4911     Int    ilhs, irhs, iacc;       /* item counts in the arrays  */
4983 irhs=(rhs->digits+FASTDIGS-1)/FASTDIGS; /* .. */
4984 iacc=ilhs+irhs;
4991 needbytes=irhs*sizeof(uInt);