Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DspellCheck.cpp52 enum class PrintCheck { enum in SpellCheck
62 void printCheck(string str, PrintCheck);
297 this->printCheck(printable, PrintCheck::kAllowNumbers); in check()
309 this->printCheck(printable, PrintCheck::kWordsOnly); in check()
491 void SpellCheck::printCheck(string str, PrintCheck allowed) { in printCheck()
494 … if (PrintCheck::kAllowNumbers == allowed && (std::isdigit(word.back()) || 'x' == word.back())) { in printCheck()