Home
last modified time | relevance | path

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

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
DStringContainsInOrder.java10 private final Iterable<String> substrings; field in StringContainsInOrder
12 public StringContainsInOrder(Iterable<String> substrings) { in StringContainsInOrder() argument
13 this.substrings = substrings; in StringContainsInOrder()
20 for (String substring : substrings) { in matchesSafely()
38 .appendValueList("", ", ", "", substrings) in describeTo()
52 public static Matcher<String> stringContainsInOrder(Iterable<String> substrings) { in stringContainsInOrder() argument
53 return new StringContainsInOrder(substrings); in stringContainsInOrder()
66 public static Matcher<String> stringContainsInOrder(String... substrings) { in stringContainsInOrder() argument
67 return new StringContainsInOrder(Arrays.asList(substrings)); in stringContainsInOrder()
/external/guice/core/test/com/google/inject/
DAsserts.java107 public static void assertContains(String text, String... substrings) {
116 for (String substring : substrings) {
123 String lastSubstring = substrings[substrings.length - 1];
/external/curl/lib/
Dobjnames.inc45 # are conformed with underscore '_' separated substrings, or separated by
58 # 6) Five leftmost substrings which end in an underscore character are
/external/skia/tools/skdiff/
Dskdiff_main.cpp242 const StringArray& substrings) { in string_contains_any_of() argument
243 for (int i = 0; i < substrings.count(); i++) { in string_contains_any_of()
244 if (string.contains(substrings[i]->c_str())) { in string_contains_any_of()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java1439 ….Matcher<java.lang.String> stringContainsInOrder(java.lang.Iterable<java.lang.String> substrings) { in stringContainsInOrder() argument
1440 return org.hamcrest.text.StringContainsInOrder.stringContainsInOrder(substrings); in stringContainsInOrder()
1453 …atic org.hamcrest.Matcher<java.lang.String> stringContainsInOrder(java.lang.String... substrings) { in stringContainsInOrder() argument
1454 return org.hamcrest.text.StringContainsInOrder.stringContainsInOrder(substrings); in stringContainsInOrder()
/external/jarjar/res/com/tonicsystems/jarjar/
Dhelp.txt63 substrings matched by the wildcards. A numbered reference is available
/external/okhttp/okio/
DCHANGELOG.md34 * New: `BufferedSink` can now write substrings directly, potentially saving an
/external/pcre/dist2/doc/
Dpcre2grep.txt68 matching substrings, or if --only-matching, --file-offsets, or --line-
86 from matching with "super|man" when only the matching substrings are
595 If this option is given multiple times, multiple substrings
597 -o3 -o1 -o3 causes the substrings matched by capturing paren-
746 String arguments are parsed as a list of substrings separated by pipe
748 name, with the following substrings specifying arguments:
756 capturing substrings, or if the capture is unset, the replacement is
777 their substrings, and therefore should not be present. Any syntax
Dpcre2test.txt607 for substrings enclosed in single or double quotes, are to be inter-
907 getall extract all captured substrings
1043 all captured substrings.
1045 If the subject line is successfully matched, the substrings extracted
1260 Unset capturing substrings that are not followed by one that is set are
1262 the following example, there are two capturing substrings, but when the
1347 so the modifiers that are concerned with captured substrings are not
Dpcre2.txt502 return captured substrings. A description of the two matching algo-
508 convenience functions for extracting captured substrings from a subject
1965 subject and any substrings that were captured. This is know as the
1975 three captured substrings. A minimum of at least 1 pair is imposed by
1986 right size to hold all the substrings a pattern might capture. The sec-
2268 addition, further substrings from the subject may be picked out by
2273 other kinds of parenthesized subpattern that do not cause substrings to
2277 You can use auxiliary functions for accessing captured substrings by
2303 pair that has been set. For example, if two substrings have been cap-
2319 zero. If captured substrings are not of interest, pcre2_match() may be
[all …]
/external/pcre/dist2/testdata/
Dtestoutput2250 Matched, but too many substrings
253 Matched, but too many substrings
257 Matched, but too many substrings
279 Matched, but too many substrings
295 Matched, but too many substrings
298 Matched, but too many substrings
302 Matched, but too many substrings
5555 Matched, but too many substrings
5578 Matched, but too many substrings
6362 Matched, but too many substrings
[all …]
Dtestoutput5499 Matched, but too many substrings
/external/python/cpython2/Doc/howto/
Dregex.rst356 | ``findall()`` | Find all substrings where the RE matches, and |
359 | ``finditer()`` | Find all substrings where the RE matches, and |
855 Elaborate REs may use many groups, both to capture substrings of interest, and
1047 | ``sub()`` | Find all substrings where the RE matches, and |
/external/pcre/dist2/src/
Dpcre2.h.in485 /* Convenience functions for handling matched substrings. */
Dpcre2.h.generic485 /* Convenience functions for handling matched substrings. */
/external/python/cpython2/Doc/library/
Ddoctest.rst573 any substring in the actual output. This includes substrings that span line
574 boundaries, and empty substrings, so it's best to keep usage of this simple.
/external/python/cpython2/Doc/faq/
Ddesign.rst274 is an instruction to a string literal to return the substrings delimited by the
/external/python/cpython2/Doc/c-api/
Dunicode.rst1000 will be done at all whitespace substrings. Otherwise, splits occur at the given
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1152 * The speed of some Unicode operations, such as finding substrings, string
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/v8/
DChangeLog23234 Flatten cons string for single character substrings (Chromium issue
/external/curl/
DCHANGES.016709 - Corrected the NO_PROXY usage. It is a list of substrings that if one of