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

  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 566 static int stringBufferLength(StringBuffer *sb){
597 return stringBufferLength(p)>0 &&
598 safe_isspace(stringBufferData(p)[stringBufferLength(p)-1]);
605 if( stringBufferLength(p)==0 ) return;
    [all...]

Completed in 469 milliseconds