Home
last modified time | relevance | path

Searched defs:unicode_cursor (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_unicode.c81 typedef struct unicode_cursor unicode_cursor; typedef
90 struct unicode_cursor { struct
91 sqlite3_tokenizer_cursor base;
92 const unsigned char *aInput; /* Input text being tokenized */
93 int nInput; /* Size of aInput[] in bytes */
94 int iOff; /* Current offset within aInput[] */
95 int iToken; /* Index of next token to be returned */
96 char *zToken; /* storage for current token */
97 int nAlloc; /* space allocated at zToken */