Searched defs:WordAndCursor (Results 1 – 1 of 1) sorted by relevance
30 struct WordAndCursor { struct31 WordAndCursor(const wchar_t* w, size_t c) : word(w), cursor(c) {} in WordAndCursor() argument33 const wchar_t* word;34 size_t cursor;