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

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 78 u64 hlmask; /* Mask of snippet terms to highlight */ member in struct:SnippetFragment
515 pFragment->hlmask = mHighlight;
592 u64 hlmask = *pHlmask; /* Local copy of initial highlight-mask */ local
594 if( hlmask ){
599 for(nLeft=0; !(hlmask & ((u64)1 << nLeft)); nLeft++);
600 for(nRight=0; !(hlmask & ((u64)1 << (nSnippet-1-nRight))); nRight++);
637 *pHlmask = hlmask >> nShift;
667 u64 hlmask = pFragment->hlmask; /* Highlight-mask for snippet */ local
711 rc = fts3SnippetShift(pTab, nSnippet, &zDoc[iBegin], n, &iPos, &hlmask);
    [all...]

Completed in 2637 milliseconds