Home
last modified time | relevance | path

Searched refs:kCapShift (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/re2/
Donepass.cc164 static const int kCapShift = kRealCapShift - 2; variable
194 if (cond & (1 << kCapShift << i)) in ApplyCaptures()
508 cond |= (1 << kCapShift) << ip->cap(); in IsOnePass()
/external/chromium_org/third_party/re2/re2/
Donepass.cc164 static const int kCapShift = kRealCapShift - 2; variable
194 if (cond & (1 << kCapShift << i)) in ApplyCaptures()
508 cond |= (1 << kCapShift) << ip->cap(); in IsOnePass()