HomeSort by relevance Sort by last modified time
    Searched refs:isword (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/re2/re2/
nfa.cc 492 int isword = 0; local
494 isword = Prog::IsWordChar(p[0] & 0xFF);
496 if (isword != wasword)
502 fprintf(stderr, "%c[%#x/%d/%d]:", p > text.end() ? '$' : p == bp ? '^' : c, flag, isword, wasword);
575 isword = 0;
577 isword = Prog::IsWordChar(p[0] & 0xFF);
600 wasword = isword;
dfa.cc 1026 bool isword = (c != kByteEndText && Prog::IsWordChar(c)); local
    [all...]
  /external/regex-re2/re2/
nfa.cc 492 int isword = 0; local
494 isword = Prog::IsWordChar(p[0] & 0xFF);
496 if (isword != wasword)
502 fprintf(stderr, "%c[%#x/%d/%d]:", p > text.end() ? '$' : p == bp ? '^' : c, flag, isword, wasword);
575 isword = 0;
577 isword = Prog::IsWordChar(p[0] & 0xFF);
600 wasword = isword;
dfa.cc 1024 bool isword = (c != kByteEndText && Prog::IsWordChar(c)); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 39 def isword(self): member in class:SearchEngine
54 if self.isword():
SearchDialogBase.py 102 if self.engine.isword():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 39 def isword(self): member in class:SearchEngine
54 if self.isword():
SearchDialogBase.py 102 if self.engine.isword():

Completed in 699 milliseconds