HomeSort by relevance Sort by last modified time
    Searched refs:isword (Results 1 - 2 of 2) 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...]

Completed in 62 milliseconds