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

  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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():
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 961 if isword(c) || c == '.' || c == '$' {
999 for isword(c) || isdigit(c) || c == '.' || c == '$' {
1351 } else if isword(c) || c == '.' {
3183 func isword(c rune) bool { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 961 if isword(c) || c == '.' || c == '$' {
999 for isword(c) || isdigit(c) || c == '.' || c == '$' {
1351 } else if isword(c) || c == '.' {
3183 func isword(c rune) bool { func
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68k.c 993 #define isword macro
    [all...]

Completed in 1293 milliseconds