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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1532 #define TOKEN_SPACE 1 /* Any kind of whitespace */ macro
1575 *tokenType = TOKEN_SPACE;
1644 if( e!=TOKEN_SPACE ){
1749 if( ttype==TOKEN_SPACE ){
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c2577 #define TOKEN_SPACE 1 /* Any kind of whitespace */ macro
2620 *tokenType = TOKEN_SPACE;
2689 if( e!=TOKEN_SPACE ){
2794 if( ttype==TOKEN_SPACE ){

Completed in 100 milliseconds