Home | History | Annotate | Download | only in i18n

Lines Matching refs:testLen

961     //   Note:  a match can begin at inputBuf + testLen; it is an inclusive limit.
962 int32_t testLen = (int32_t)(fActiveLimit - fPattern->fMinMatchLen);
963 if (startPos > testLen) {
984 if (startPos >= testLen) {
991 // runs with startPos == testLen the last time through.
1028 if (startPos > testLen) {
1057 if (startPos > testLen) {
1094 if (startPos >= testLen) {
1102 // runs with startPos == testLen the last time through.
1121 if (startPos >= testLen) {
1129 // runs with startPos == testLen the last time through.