Lines Matching refs:SpellCheck
37 class SpellCheck : public ParserCommon { class
39 SpellCheck(const BmhParser& bmh) : ParserCommon() in SpellCheck() function in SpellCheck
107 SpellCheck checker(*this); in spellCheck()
113 SpellCheck checker(*this); in spellStatus()
122 bool SpellCheck::check(const char* match) { in check()
152 bool SpellCheck::check(Definition* def) { in check()
366 bool SpellCheck::checkable(MarkType markType) { in checkable()
370 void SpellCheck::childCheck(Definition* def, const char* start) { in childCheck()
390 void SpellCheck::leafCheck(const char* start, const char* end) { in leafCheck()
491 void SpellCheck::printCheck(string str, PrintCheck allowed) { in printCheck()
509 void SpellCheck::report(SkCommandLineFlags::StringArray report) { in report()
587 void SpellCheck::wordCheck(string str) { in wordCheck()
680 void SpellCheck::wordCheck(ptrdiff_t len, const char* ch) { in wordCheck()