Lines Matching refs:cpLength
1354 int32_t cpLength=spanOne(spanSet, s+pos, rest);
1355 if(cpLength>0) {
1374 // cpLength<0
1375 pos-=cpLength;
1376 rest+=cpLength;
1394 int32_t cpLength=spanOneBack(spanSet, s, pos);
1395 if(cpLength>0) {
1417 // cpLength<0
1418 pos+=cpLength;
1442 int32_t cpLength=spanOneUTF8(spanSet, s+pos, rest);
1443 if(cpLength>0) {
1461 // cpLength<0
1462 pos-=cpLength;
1463 rest+=cpLength;
1485 int32_t cpLength=spanOneBackUTF8(spanSet, s, pos);
1486 if(cpLength>0) {
1504 // cpLength<0
1505 pos+=cpLength;