Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DspellCheck.cpp596 bool sawDigit = false; in wordCheck() local
618 sawDigit = true; in wordCheck()
633 && !sawDigit && !sawSpecial && !sawDash) { in wordCheck()
644 && !fInStdOut && !inCode && !fInConst && !sawDigit in wordCheck()
662 sawDigit ? fDigits : fWords; in wordCheck()