Searched defs:isword (Results 1 – 2 of 2) sorted by relevance
49 def isword(self): member in SearchEngine
1061 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte() local