Searched refs:isword (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc492 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;
H A Ddfa.cc1026 bool isword = (c != kByteEndText && Prog::IsWordChar(c)); local
1027 if (isword == islastword)
1052 // Save afterflag along with ismatch and isword in new state.
1056 if (isword)
/external/regex-re2/re2/
H A Dnfa.cc492 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;
H A Ddfa.cc1024 bool isword = (c != kByteEndText && Prog::IsWordChar(c)); local
1025 if (isword == islastword)
1050 // Save afterflag along with ismatch and isword in new state.
1054 if (isword)

Completed in 317 milliseconds