Searched refs:text_to_parse (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/tools/grit/grit/gather/ |
D | regexp.py | 45 def _RegExpParse(self, regexp, text_to_parse): argument 60 for match in regexp.finditer(text_to_parse): 70 text_to_parse[chunk_start : match.start(group)]) 81 self._AddNontranslateableChunk(text_to_parse[chunk_start:])
|
D | rc.py | 61 def _RegExpParse(self, rexp, text_to_parse): argument 65 super(Section, self)._RegExpParse(rexp, text_to_parse)
|
/external/chromium_org/components/url_fixer/ |
D | url_fixer.cc | 467 std::string text_to_parse(text->begin(), first_nonwhite); in SegmentURLInternal() local 468 text_to_parse.append(inserted_text); in SegmentURLInternal() 469 text_to_parse.append(first_nonwhite, text->end()); in SegmentURLInternal() 473 text_to_parse.data(), static_cast<int>(text_to_parse.length()), parts); in SegmentURLInternal()
|