Home | History | Annotate | Download | only in i18n

Lines Matching full:cpsize

834     uint32_t cpsize = 0;
902 U16_NEXT(element->cPoints, cpsize, element->cSize, cp);
950 uint32_t cpsize = 0;
955 U16_NEXT(element->cPoints, cpsize, element->cSize, cp);
957 if(cpsize<element->cSize) { // This is a real contraction, if there are other characters after the first
980 element->cPoints+=cpsize;
981 element->cSize-=cpsize;
1003 element->cPoints-=cpsize;
1004 element->cSize+=cpsize;