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

/external/regex-re2/re2/
H A Dprog.h207 const Bitmap<256>& byterange() { return byterange_; } function in class:re2::Prog
363 Bitmap<256> byterange_; // byterange.Get(x) true if x ends a
H A Dprog.cc311 // The vector prog_->byterange() marks the end of each
313 const Bitmap<256>& v = byterange();

Completed in 59 milliseconds