Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DspellCheck.cpp594 bool hasUnderscore = false; in wordCheck() local
613 hasUnderscore |= isUnderscore; in wordCheck()
631 if (hasUnderscore && isupper(str[0]) && ('S' != str[0] || 'K' != str[1]) in wordCheck()
643 if (!hasColon && !hasDot && !hasParen && !hasUnderscore in wordCheck()
660 hasUnderscore ? fUnderscores : in wordCheck()