Searched refs:stringBufferLength (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c566 static int stringBufferLength(StringBuffer *sb){ function
597 return stringBufferLength(p)>0 &&
598 safe_isspace(stringBufferData(p)[stringBufferLength(p)-1]);
605 if( stringBufferLength(p)==0 ) return;
3376 p->nOffset = stringBufferLength(&sb);
3542 pCursor->snippet.nSnippet = stringBufferLength(&sb);

Completed in 142 milliseconds