Searched defs:islastword (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc1025 bool islastword = state->flag_ & kFlagLastWord; local
1027 if (isword == islastword)
/external/regex-re2/re2/
H A Ddfa.cc1023 bool islastword = state->flag_ & kFlagLastWord; local
1025 if (isword == islastword)

Completed in 173 milliseconds