Searched refs:isUnderscore (Results 1 – 1 of 1) sorted by relevance
612 bool isUnderscore = '_' == ch; in wordCheck() local613 hasUnderscore |= isUnderscore; in wordCheck()614 if (isColon || isDot || isUnderscore || isParen) { in wordCheck()