Home | History | Annotate | Download | only in i18n

Lines Matching refs:cesize

475 * @param cesize size of the pattern ces
482 int32_t *cetable, int32_t cesize,
495 cesize --; // down to the last index
496 for (count = 0; count < cesize; count ++) {
501 shift[hashFromCE32(cetable[cesize])] = 1;
508 for (count = cesize; count > 0; count --) {
551 int32_t cesize = pattern->cesLength;
553 int16_t minlength = cesize > expandlength
554 ? (int16_t)cesize - expandlength : 1;
557 cesize, expandlength, minlength, minlength);