Lines Matching refs:Vector
44 static inline bool IsOneByteString(base::Vector<const uint8_t> string) {
48 static inline bool IsOneByteString(base::Vector<const base::uc16> string) {
58 StringSearch(Isolate* isolate, base::Vector<const PatternChar> pattern)
80 int Search(base::Vector<const SubjectChar> subject, int index) {
97 base::Vector<const SubjectChar>, int);
100 base::Vector<const SubjectChar>, int) {
105 base::Vector<const SubjectChar> subject,
109 base::Vector<const SubjectChar> subject,
113 base::Vector<const SubjectChar> subject,
118 base::Vector<const SubjectChar> subject, int start_index);
121 base::Vector<const SubjectChar> subject,
177 base::Vector<const PatternChar> pattern_;
198 inline int FindFirstCharacter(base::Vector<const PatternChar> pattern,
199 base::Vector<const SubjectChar> subject,
237 base::Vector<const SubjectChar> subject, int index) {
270 base::Vector<const SubjectChar> subject, int index) {
271 base::Vector<const PatternChar> pattern = search->pattern_;
298 base::Vector<const SubjectChar> subject, int start_index) {
299 base::Vector<const PatternChar> pattern = search->pattern_;
417 base::Vector<const SubjectChar> subject, int start_index) {
418 base::Vector<const PatternChar> pattern = search->pattern_;
499 base::Vector<const SubjectChar> subject, int index) {
500 base::Vector<const PatternChar> pattern = search->pattern_;
540 int SearchString(Isolate* isolate, base::Vector<const SubjectChar> subject,
541 base::Vector<const PatternChar> pattern, int start_index) {
554 base::Vector<const SubjectChar> subject(subject_ptr, subject_length);
555 base::Vector<const PatternChar> pattern(pattern_ptr, pattern_length);