Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DspellCheck.cpp612 bool isUnderscore = '_' == ch; in wordCheck() local
613 hasUnderscore |= isUnderscore; in wordCheck()
614 if (isColon || isDot || isUnderscore || isParen) { in wordCheck()