Searched refs:isHighlight (Results 1 – 1 of 1) sorted by relevance
210928 int isHighlight = 0; /* True for highlighted terms */ local210983 isHighlight = (hlmask & ((u64)1 << (iCurrent-iPos)))!=0;210986 if( rc==SQLITE_OK && isHighlight ) rc = fts3StringAppend(pOut, zOpen, -1);210988 if( rc==SQLITE_OK && isHighlight ) rc = fts3StringAppend(pOut, zClose, -1);