Home
last modified time | relevance | path

Searched refs:substrings (Results 1 – 15 of 15) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dgflags_reporting.cc245 const vector<string>& substrings) { in FileMatchesSubstring() argument
246 for (vector<string>::const_iterator target = substrings.begin(); in FileMatchesSubstring()
247 target != substrings.end(); in FileMatchesSubstring()
269 const vector<string> &substrings) { in ShowUsageWithFlagsMatching() argument
281 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() local
307 substrings.push_back(restrict); in ShowUsageWithFlagsRestrict()
309 ShowUsageWithFlagsMatching(argv0, substrings); in ShowUsageWithFlagsRestrict()
[all …]
/external/open-vcdiff/gflags/src/
Dgflags_reporting.cc245 const vector<string>& substrings) { in FileMatchesSubstring() argument
246 for (vector<string>::const_iterator target = substrings.begin(); in FileMatchesSubstring()
247 target != substrings.end(); in FileMatchesSubstring()
269 const vector<string> &substrings) { in ShowUsageWithFlagsMatching() argument
281 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() local
307 substrings.push_back(restrict); in ShowUsageWithFlagsRestrict()
309 ShowUsageWithFlagsMatching(argv0, substrings); in ShowUsageWithFlagsRestrict()
[all …]
/external/chromium_org/ui/views/controls/
Dstyled_label.cc183 std::vector<string16> substrings; in CalculateAndDoLayout() local
197 &substrings); in CalculateAndDoLayout()
199 DCHECK(!substrings.empty()); in CalculateAndDoLayout()
200 string16 chunk = substrings[0]; in CalculateAndDoLayout()
/external/hyphenation/
DREADME.nonstandard31 Note: Libhnj uses modified patterns by preparing substrings.pl.
35 substrings.pl generates a few bad patterns for Hungarian hyphenation
104 substrings.pl with UTF-8 parameter to calculate right
107 ./substrings.pl input output UTF-8
DREADME111 perl substrings.pl hyphen.us hyph_en_US.dic ISO8859-1
115 perl substrings.pl hyphen.us hyph_en_US.dic ISO8859-1 2 3
116 perl substrings.pl hyphen.gb hyph_en_GB.dic ISO8859-1 3 3
DAUTHORS11 Nanning Buitenhuis <nanning at elvenkind dot com> (substrings.c)
DREADME.hyphen18 Then, do the preprocessing - "perl substrings.pl hyphen.us". The
87 right-justified substrings of the match string. I.e. the pattern "mp"
105 [2] There is the C version of pattern converter "substrings.c"
DREADME.compound52 (But don't forget the preprocessing steps by substrings.pl before
/external/skia/tools/
Dskdiff_main.cpp196 const StringArray& substrings) { in string_contains_any_of() argument
197 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()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.cpp860 Vector<String> substrings; in splitStringHelper() local
861 str.split(" ", substrings); in splitStringHelper()
862 for (size_t i = 0; i < substrings.size(); ++i) in splitStringHelper()
863 set.add(substrings[i]); in splitStringHelper()
/external/chromium_org/ppapi/api/trusted/
Dppb_browser_font_trusted.idl226 * accents, etc. so that adding the width of substrings won't necessarily
/external/chromium_org/ppapi/api/dev/
Dppb_font_dev.idl230 * accents, etc. so that adding the width of substrings won't necessarily
/external/chromium/googleurl/
DREADME.txt95 a "Parsed" structure which identifies the substrings of each identified
/external/chromium_org/third_party/iaccessible2/
Dia2_api_all.idl2158 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:
/external/chromium_org/v8/
DChangeLog43 Flatten cons string for single character substrings (Chromium issue