Home
last modified time | relevance | path

Searched refs:wordBoundary (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c2343 static int wordBoundary( in wordBoundary() function
2460 iStart = wordBoundary(iStart, zDoc, nDoc, aMatch, nMatch, iCol); in snippetText()
2474 iEnd = wordBoundary(iEnd, zDoc, nDoc, aMatch, nMatch, iCol); in snippetText()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3211 static int wordBoundary( in wordBoundary() function
3309 iStart = wordBoundary(iStart, zDoc, nDoc, aMatch, nMatch, iCol); in snippetText()
3323 iEnd = wordBoundary(iEnd, zDoc, nDoc, aMatch, nMatch, iCol); in snippetText()