Home
last modified time | relevance | path

Searched refs:soundslike_lookup (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dwritable.cpp403 bool soundslike_lookup(const WordEntry & soundslike, WordEntry &) const;
404 bool soundslike_lookup(ParmString soundslike, WordEntry &) const;
448 bool WritableDict::soundslike_lookup(const WordEntry & word, WordEntry & o) const in soundslike_lookup() function in __anon62b917cc0111::WritableDict
471 bool WritableDict::soundslike_lookup(ParmString word, WordEntry & o) const in soundslike_lookup() function in __anon62b917cc0111::WritableDict
638 bool soundslike_lookup(const WordEntry &, WordEntry &) const;
639 bool soundslike_lookup(ParmString, WordEntry &) const;
695 bool WritableReplDict::soundslike_lookup(const WordEntry & word, WordEntry & o) const in soundslike_lookup() function in __anon62b917cc0111::WritableReplDict
711 bool WritableReplDict::soundslike_lookup(ParmString soundslike, WordEntry & o) const in soundslike_lookup() function in __anon62b917cc0111::WritableReplDict
H A Ddata.hpp143 virtual bool soundslike_lookup(const WordEntry &, WordEntry &) const;
144 virtual bool soundslike_lookup(ParmString, WordEntry & o) const;
H A Ddata.cpp273 bool Dictionary::soundslike_lookup(const WordEntry &, WordEntry &) const in soundslike_lookup() function in aspeller::Dictionary
278 bool Dictionary::soundslike_lookup(ParmString, WordEntry &) const in soundslike_lookup() function in aspeller::Dictionary
H A Dreadonly_ws.cpp263 bool soundslike_lookup(const WordEntry &, WordEntry &) const;
264 bool soundslike_lookup(ParmString, WordEntry &) const;
715 bool ReadOnlyDict::soundslike_lookup(const WordEntry & s, WordEntry & w) const in soundslike_lookup() function in __anonbfa552f90111::ReadOnlyDict
741 bool ReadOnlyDict::soundslike_lookup(ParmString s, WordEntry & w) const in soundslike_lookup() function in __anonbfa552f90111::ReadOnlyDict
H A Dsuggest.cpp940 (*i)->soundslike_lookup(*sw, w); in add_sound()
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dwritable.cpp403 bool soundslike_lookup(const WordEntry & soundslike, WordEntry &) const;
404 bool soundslike_lookup(ParmString soundslike, WordEntry &) const;
448 bool WritableDict::soundslike_lookup(const WordEntry & word, WordEntry & o) const in soundslike_lookup() function in __anon4c1bea960111::WritableDict
471 bool WritableDict::soundslike_lookup(ParmString word, WordEntry & o) const in soundslike_lookup() function in __anon4c1bea960111::WritableDict
638 bool soundslike_lookup(const WordEntry &, WordEntry &) const;
639 bool soundslike_lookup(ParmString, WordEntry &) const;
695 bool WritableReplDict::soundslike_lookup(const WordEntry & word, WordEntry & o) const in soundslike_lookup() function in __anon4c1bea960111::WritableReplDict
711 bool WritableReplDict::soundslike_lookup(ParmString soundslike, WordEntry & o) const in soundslike_lookup() function in __anon4c1bea960111::WritableReplDict
H A Ddata.hpp143 virtual bool soundslike_lookup(const WordEntry &, WordEntry &) const;
144 virtual bool soundslike_lookup(ParmString, WordEntry & o) const;
H A Ddata.cpp273 bool Dictionary::soundslike_lookup(const WordEntry &, WordEntry &) const in soundslike_lookup() function in aspeller::Dictionary
278 bool Dictionary::soundslike_lookup(ParmString, WordEntry &) const in soundslike_lookup() function in aspeller::Dictionary
H A Dreadonly_ws.cpp263 bool soundslike_lookup(const WordEntry &, WordEntry &) const;
264 bool soundslike_lookup(ParmString, WordEntry &) const;
715 bool ReadOnlyDict::soundslike_lookup(const WordEntry & s, WordEntry & w) const in soundslike_lookup() function in __anon395da9830111::ReadOnlyDict
741 bool ReadOnlyDict::soundslike_lookup(ParmString s, WordEntry & w) const in soundslike_lookup() function in __anon395da9830111::ReadOnlyDict
H A Dsuggest.cpp940 (*i)->soundslike_lookup(*sw, w); in add_sound()