Home | History | Annotate | Download | only in i18n

Lines Matching refs:ilhs

4917     Int    ilhs, irhs, iacc;       /* item counts in the arrays  */
4988 ilhs=(lhs->digits+FASTDIGS-1)/FASTDIGS; /* [ceiling] */
4990 iacc=ilhs+irhs;
4993 needbytes=ilhs*sizeof(uInt);