Searched refs:substrings (Results 1 – 15 of 15) sorted by relevance
245 const vector<string>& substrings) { in FileMatchesSubstring() argument246 for (vector<string>::const_iterator target = substrings.begin(); in FileMatchesSubstring()247 target != substrings.end(); in FileMatchesSubstring()269 const vector<string> &substrings) { in ShowUsageWithFlagsMatching() argument281 if (substrings.empty() || in ShowUsageWithFlagsMatching()282 FileMatchesSubstring(flag->filename, substrings)) { in ShowUsageWithFlagsMatching()299 if (!found_match && !substrings.empty()) { in ShowUsageWithFlagsMatching()305 vector<string> substrings; in ShowUsageWithFlagsRestrict() local307 substrings.push_back(restrict); in ShowUsageWithFlagsRestrict()309 ShowUsageWithFlagsMatching(argv0, substrings); in ShowUsageWithFlagsRestrict()[all …]
183 std::vector<string16> substrings; in CalculateAndDoLayout() local197 &substrings); in CalculateAndDoLayout()199 DCHECK(!substrings.empty()); in CalculateAndDoLayout()200 string16 chunk = substrings[0]; in CalculateAndDoLayout()
31 Note: Libhnj uses modified patterns by preparing substrings.pl.35 substrings.pl generates a few bad patterns for Hungarian hyphenation104 substrings.pl with UTF-8 parameter to calculate right107 ./substrings.pl input output UTF-8
111 perl substrings.pl hyphen.us hyph_en_US.dic ISO8859-1115 perl substrings.pl hyphen.us hyph_en_US.dic ISO8859-1 2 3116 perl substrings.pl hyphen.gb hyph_en_GB.dic ISO8859-1 3 3
11 Nanning Buitenhuis <nanning at elvenkind dot com> (substrings.c)
18 Then, do the preprocessing - "perl substrings.pl hyphen.us". The87 right-justified substrings of the match string. I.e. the pattern "mp"105 [2] There is the C version of pattern converter "substrings.c"
52 (But don't forget the preprocessing steps by substrings.pl before
196 const StringArray& substrings) { in string_contains_any_of() argument197 for (int i = 0; i < substrings.count(); i++) { in string_contains_any_of()198 if (string.contains(substrings[i]->c_str())) { in string_contains_any_of()
860 Vector<String> substrings; in splitStringHelper() local861 str.split(" ", substrings); in splitStringHelper()862 for (size_t i = 0; i < substrings.size(); ++i) in splitStringHelper()863 set.add(substrings[i]); in splitStringHelper()
226 * accents, etc. so that adding the width of substrings won't necessarily
230 * accents, etc. so that adding the width of substrings won't necessarily
95 a "Parsed" structure which identifies the substrings of each identified
2158 representing substrings of child text objects and the caret is in one of the 2661 The substrings used with this interface are specified as follows:
43 Flatten cons string for single character substrings (Chromium issue