Home | History | Annotate | Download | only in i18n

Lines Matching refs:bshift

6349 /*  requested (that is, C may be B only if bshift==0).                */
6380 const Unit *b, Int blength, Int bshift,
6399 if (bshift!=0) { /* B is shifted; low As copy across */
6400 minC+=bshift;
6402 if (a==c && bshift<=alength) {
6403 c+=bshift;
6404 a+=bshift;
6406 else for (; c<clsu+bshift; a++, c++) { /* copy needed */