Searched defs:isword (Results 1 – 4 of 4) sorted by relevance
49 def isword(self): member in SearchEngine
47 def isword(self): member in SearchEngine
210 def isword(cls, nextchar): member in _timelex
1057 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte() local