Home
last modified time | relevance | path

Searched defs:isword (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
Dsearchengine.py49 def isword(self): member in SearchEngine
/third_party/re2/re2/
Ddfa.cc1061 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte() local