HomeSort by relevance Sort by last modified time
    Searched full:wasword (Results 1 - 2 of 2) sorted by null

  /external/regex-re2/re2/
nfa.cc 467 int wasword = 0; local
471 wasword = Prog::IsWordChar(c);
496 if (isword != wasword)
502 fprintf(stderr, "%c[%#x/%d/%d]:", p > text.end() ? '$' : p == bp ? '^' : c, flag, isword, wasword);
600 wasword = isword;
  /external/regex-re2/
ucs2.diff 189 int wasword = 0;

Completed in 580 milliseconds