HomeSort by relevance Sort by last modified time
    Searched full:ishighlight (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 694 int isHighlight; /* True for highlighted terms */
731 /* Set isHighlight to true if this term should be highlighted. */
732 isHighlight = (hlmask & ((u64)1 << (iCurrent-iPos)))!=0;
735 if( rc==SQLITE_OK && isHighlight ) rc = fts3StringAppend(pOut, zOpen, -1);
737 if( rc==SQLITE_OK && isHighlight ) rc = fts3StringAppend(pOut, zClose, -1);
    [all...]

Completed in 1329 milliseconds