Home
last modified time | relevance | path

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

12345

/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/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
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"
DAUTHORS11 Nanning Buitenhuis <nanning at elvenkind dot com> (substrings.c)
DREADME.compound52 (But don't forget the preprocessing steps by substrings.pl before
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DChromium.cpp739 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/
DREADME.txt95 a "Parsed" structure which identifies the substrings of each identified
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml1403 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/
Den_GB.po563 msgid "workspace limit for empty substrings reached"
564 msgstr "workspace limit for empty substrings reached"
Den_CA.po564 msgid "workspace limit for empty substrings reached"
565 msgstr "workspace limit for empty substrings reached"
Dhe.po571 msgid "workspace limit for empty substrings reached"
572 msgstr "workspace limit for empty substrings reached"
Dpt_BR.po586 msgid "workspace limit for empty substrings reached"
587 msgstr "limite de espaço de trabalho para substrings vazias alcançado"
Dnl.po594 msgid "workspace limit for empty substrings reached"
595 msgstr "limiet voor lege substrings bereikt"
Dhy.po533 msgid "workspace limit for empty substrings reached"
Dps.po533 msgid "workspace limit for empty substrings reached"
Dam.po534 msgid "workspace limit for empty substrings reached"
Doc.po533 msgid "workspace limit for empty substrings reached"
Dsr.po572 msgid "workspace limit for empty substrings reached"
Dyi.po568 msgid "workspace limit for empty substrings reached"
Dte.po559 msgid "workspace limit for empty substrings reached"
Dbn.po561 msgid "workspace limit for empty substrings reached"
Duk.po582 msgid "workspace limit for empty substrings reached"
Dru.po592 msgid "workspace limit for empty substrings reached"
Dml.po564 msgid "workspace limit for empty substrings reached"

12345