Lines Matching refs:cpLength
1353 int32_t cpLength=spanOne(spanSet, s+pos, rest); in spanNot() local
1354 if(cpLength>0) { in spanNot()
1374 pos-=cpLength; in spanNot()
1375 rest+=cpLength; in spanNot()
1393 int32_t cpLength=spanOneBack(spanSet, s, pos); in spanNotBack() local
1394 if(cpLength>0) { in spanNotBack()
1417 pos+=cpLength; in spanNotBack()
1441 int32_t cpLength=spanOneUTF8(spanSet, s+pos, rest); in spanNotUTF8() local
1442 if(cpLength>0) { in spanNotUTF8()
1461 pos-=cpLength; in spanNotUTF8()
1462 rest+=cpLength; in spanNotUTF8()
1484 int32_t cpLength=spanOneBackUTF8(spanSet, s, pos); in spanNotBackUTF8() local
1485 if(cpLength>0) { in spanNotBackUTF8()
1504 pos+=cpLength; in spanNotBackUTF8()