• Home
  • Raw
  • Download

Lines Matching refs:matchedLength

772     strsrch->search->matchedLength = 0;  in setMatchNotFound()
1120 result = start < lastmatchindex + strsrch->search->matchedLength; in checkRepeatedMatch()
1279 strsrch->search->matchedLength = *textoffset - start; in checkNextExactMatch()
1924 strsrch->search->matchedLength = *textoffset - in checkNextCanonicalMatch()
1947 strsrch->search->matchedLength = *textoffset - start; in checkNextCanonicalMatch()
2126 strsrch->search->matchedLength = end - *textoffset; in checkPreviousExactMatch()
2560 strsrch->search->matchedLength = in checkPreviousCanonicalMatch()
2586 strsrch->search->matchedLength = end - *textoffset; in checkPreviousCanonicalMatch()
2725 result->search->matchedLength = 0; in usearch_openFromCollator()
2818 strsrch->search->matchedLength = 0; in usearch_setOffset()
2919 int32_t copylength = strsrch->search->matchedLength; in usearch_getMatchedText()
2934 strsrch->search->matchedLength, status); in usearch_getMatchedText()
2941 return strsrch->search->matchedLength; in usearch_getMatchedLength()
2990 strsrch->search->matchedLength = 0; in usearch_setText()
3206 offset + search->matchedLength >= textlength)))) { in usearch_next()
3215 offset + search->matchedLength > textlength))) { in usearch_next()
3245 search->matchedLength = 0; in usearch_next()
3253 if (search->matchedLength > 0) { in usearch_next()
3260 offset + search->matchedLength, status); in usearch_next()
3359 search->matchedLength = 0; in usearch_previous()
3434 strsrch->search->matchedLength = 0; in usearch_reset()
4526 strsrch->search->matchedLength = end - start; in usearch_handleNextExact()
4641 strsrch->search->matchedLength = end - start; in usearch_handleNextCanonical()
4756 textOffset = strsrch->search->matchedIndex + strsrch->search->matchedLength - 1; in usearch_handlePreviousExact()
4786 strsrch->search->matchedLength = end - start; in usearch_handlePreviousExact()
4909 textOffset = strsrch->search->matchedIndex + strsrch->search->matchedLength - 1; in usearch_handlePreviousCanonical()
4939 strsrch->search->matchedLength = end - start; in usearch_handlePreviousCanonical()