Home | History | Annotate | Download | only in common

Lines Matching refs:cpLength

1352         int32_t cpLength=spanOne(spanSet, s+pos, rest);
1353 if(cpLength>0) {
1372 // cpLength<0
1373 pos-=cpLength;
1374 rest+=cpLength;
1392 int32_t cpLength=spanOneBack(spanSet, s, pos);
1393 if(cpLength>0) {
1415 // cpLength<0
1416 pos+=cpLength;
1440 int32_t cpLength=spanOneUTF8(spanSet, s+pos, rest);
1441 if(cpLength>0) {
1459 // cpLength<0
1460 pos-=cpLength;
1461 rest+=cpLength;
1483 int32_t cpLength=spanOneBackUTF8(spanSet, s, pos);
1484 if(cpLength>0) {
1502 // cpLength<0
1503 pos+=cpLength;