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

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

Completed in 280 milliseconds