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