Home | History | Annotate | Download | only in impl

Lines Matching refs:cpLength

577             int cpLength = spanOne(spanSet, s, pos, rest);
578 int maxInc = (cpLength > 0) ? cpLength : 0;
612 int cpLength = spanOne(spanSet, s, pos, rest);
613 if (cpLength > 0) {
614 offsets.addOffsetAndCount(cpLength, count + 1);
865 int cpLength = spanOne(spanSet, s, pos, rest);
866 if (cpLength > 0) {
885 // cpLength<0
886 pos -= cpLength;
887 rest += cpLength;
909 int cpLength = spanOneBack(spanSet, s, pos);
910 if (cpLength > 0) {
932 // cpLength<0
933 pos += cpLength;