Home | History | Annotate | Download | only in bookmaker

Lines Matching defs:spellCheck

30 class SpellCheck : public ParserCommon {
32 SpellCheck(const BmhParser& bmh) : ParserCommon()
92 void BmhParser::spellCheck(const char* match, SkCommandLineFlags::StringArray report) const {
93 SpellCheck checker(*this);
99 SpellCheck checker(*this);
106 bool SpellCheck::check(const char* match) {
133 bool SpellCheck::check(Definition* def) {
347 bool SpellCheck::checkable(MarkType markType) {
351 void SpellCheck::childCheck(const Definition* def, const char* start) {
371 void SpellCheck::leafCheck(const char* start, const char* end) {
462 void SpellCheck::printCheck(const string& str) {
473 void SpellCheck::report(SkCommandLineFlags::StringArray report) {
569 void SpellCheck::wordCheck(const string& str) {
656 void SpellCheck::wordCheck(ptrdiff_t len, const char* ch) {