Home | History | Annotate | Download | only in src

Lines Matching refs:Contains

277 // Ensures that the regexp object contains a compiled version of the
717 // the virtual state contains the difference between the actual current
929 return range.Contains(that);
4212 // look up the remainder of the block that contains it (represented
4291 // Ranges are disjoint. The earlier word range contains elements that
4295 // Ranges are disjoint. The earlier argument range contains elements that
4338 // word range contains something not in argument range.
4341 // Argument range contains something not in word range.
4710 if (remaining_->is_empty() || !remaining_->Contains(value))
4722 return remaining_->Contains(value);