HomeSort by relevance Sort by last modified time
    Searched refs:printCheck (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_ffbarcode.cpp 202 Optional<bool> printCheck = node->GetBarcodeAttribute_PrintChecksum();
203 if (printCheck)
204 pBarCodeWidget->SetPrintChecksum(*printCheck);
  /external/skia/tools/bookmaker/
spellCheck.cpp 52 enum class PrintCheck {
62 void printCheck(string str, PrintCheck);
297 this->printCheck(printable, PrintCheck::kAllowNumbers);
309 this->printCheck(printable, PrintCheck::kWordsOnly);
491 void SpellCheck::printCheck(string str, PrintCheck allowed) {
494 if (PrintCheck::kAllowNumbers == allowed && (std::isdigit(word.back()) || 'x' == word.back()))
    [all...]
  /external/skqp/tools/bookmaker/
spellCheck.cpp 52 enum class PrintCheck {
62 void printCheck(string str, PrintCheck);
297 this->printCheck(printable, PrintCheck::kAllowNumbers);
309 this->printCheck(printable, PrintCheck::kWordsOnly);
491 void SpellCheck::printCheck(string str, PrintCheck allowed) {
494 if (PrintCheck::kAllowNumbers == allowed && (std::isdigit(word.back()) || 'x' == word.back()))
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 810 milliseconds