Searched refs:substrings (Results 1 – 25 of 107) sorted by relevance
12345
/external/chromium/sdch/open-vcdiff/src/ |
D | gflags_reporting.cc | 245 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/hyphenation/ |
D | README.nonstandard | 31 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
|
D | README | 111 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
|
D | README.hyphen | 18 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"
|
D | AUTHORS | 11 Nanning Buitenhuis <nanning at elvenkind dot com> (substrings.c)
|
D | README.compound | 52 (But don't forget the preprocessing steps by substrings.pl before
|
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DChromium.cpp | 739 Vector<String> substrings; in splitStringHelper() local 740 str.split(" ", substrings); in splitStringHelper() 741 for (size_t i = 0; i < substrings.size(); ++i) in splitStringHelper() 742 set.add(substrings[i]); in splitStringHelper()
|
/external/chromium/googleurl/ |
D | README.txt | 95 a "Parsed" structure which identifies the substrings of each identified
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 1403 the captured substrings are "red king", "red", and "king", and are numbered 1, 2, and 3, respective… 1421 the captured substrings are "white queen" and "queen", and are numbered 1481 There are five capturing substrings, but only one is ever set after a match. 1840 matches an unlimited number of substrings that either consist of non- 2469 substrings which can either be a sequence of non-parentheses, or a 2624 This makes it possible, amongst other things, to extract different substrings that match the same p…
|
/external/bluetooth/glib/po/ |
D | en_GB.po | 563 msgid "workspace limit for empty substrings reached" 564 msgstr "workspace limit for empty substrings reached"
|
D | en_CA.po | 564 msgid "workspace limit for empty substrings reached" 565 msgstr "workspace limit for empty substrings reached"
|
D | he.po | 571 msgid "workspace limit for empty substrings reached" 572 msgstr "workspace limit for empty substrings reached"
|
D | pt_BR.po | 586 msgid "workspace limit for empty substrings reached" 587 msgstr "limite de espaço de trabalho para substrings vazias alcançado"
|
D | nl.po | 594 msgid "workspace limit for empty substrings reached" 595 msgstr "limiet voor lege substrings bereikt"
|
D | hy.po | 533 msgid "workspace limit for empty substrings reached"
|
D | ps.po | 533 msgid "workspace limit for empty substrings reached"
|
D | am.po | 534 msgid "workspace limit for empty substrings reached"
|
D | oc.po | 533 msgid "workspace limit for empty substrings reached"
|
D | sr.po | 572 msgid "workspace limit for empty substrings reached"
|
D | yi.po | 568 msgid "workspace limit for empty substrings reached"
|
D | te.po | 559 msgid "workspace limit for empty substrings reached"
|
D | bn.po | 561 msgid "workspace limit for empty substrings reached"
|
D | uk.po | 582 msgid "workspace limit for empty substrings reached"
|
D | ru.po | 592 msgid "workspace limit for empty substrings reached"
|
D | ml.po | 564 msgid "workspace limit for empty substrings reached"
|
12345