Home
last modified time | relevance | path

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

/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dlanguage.hpp85 struct CompoundWord { struct
86 const char * word;
87 const char * sep;
88 const char * rest;
89 const char * end;
90 bool empty() const {return word == end;} in empty()
91 bool single() const {return rest == end;} in single()
95 CompoundWord() in CompoundWord() argument
97 CompoundWord(const char * a, const char * b) in CompoundWord() argument
99 CompoundWord(const char * a, const char * b, const char * c) in CompoundWord() argument
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dlanguage.hpp85 struct CompoundWord { struct
86 const char * word;
87 const char * sep;
88 const char * rest;
89 const char * end;
90 bool empty() const {return word == end;} in empty()
91 bool single() const {return rest == end;} in single()
95 CompoundWord() in CompoundWord() argument
97 CompoundWord(const char * a, const char * b) in CompoundWord() argument
99 CompoundWord(const char * a, const char * b, const char * c) in CompoundWord() function
[all …]
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/hunspell/hunspellinputmethod/
H A Dhunspellworker_p.h67 CompoundWord = 0x2 in Q_DECLARE_LOGGING_CATEGORY() enumerator