Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dnfa.cc114 const char* btext_; // beginning of text being matched (for FormatSubmatch) member in re2::NFA
134 btext_ = NULL; in NFA()
385 StringAppendF(&s, "(%d,?)", (int)(capture[i] - btext_)); in FormatCapture()
388 (int)(capture[i] - btext_), in FormatCapture()
389 (int)(capture[i+1] - btext_)); in FormatCapture()
451 btext_ = context.begin(); in Search()
613 static_cast<int>(match_[0] - btext_), in Search()
614 static_cast<int>(match_[1] - btext_)); in Search()