Searched defs:unicode_cursor (Results 1 – 1 of 1) sorted by relevance
212024 typedef struct unicode_cursor unicode_cursor; typedef212033 struct unicode_cursor { struct212034 sqlite3_tokenizer_cursor base;212035 const unsigned char *aInput; /* Input text being tokenized */212036 int nInput; /* Size of aInput[] in bytes */212037 int iOff; /* Current offset within aInput[] */212038 int iToken; /* Index of next token to be returned */212039 char *zToken; /* storage for current token */212040 int nAlloc; /* space allocated at zToken */