HomeSort by relevance Sort by last modified time
    Searched full:substrings (Results 51 - 75 of 269) sorted by null

1 23 4 5 6 7 8 91011

  /external/pcre/dist/doc/
pcreposix.3 61 \fIregmatch_t\fP for returning captured substrings. It also defines some
219 substrings, are returned via the \fIpmatch\fP argument, which points to an
pcreapi.3 223 substrings. A description of the two matching algorithms and their advantages
231 functions for extracting captured substrings from a subject string that is
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
LiteralByteString.java 210 * @return true for equality of substrings, else false.
355 * Offset into {@code bytes[]} to use, non-zero for substrings.
BoundedByteString.java 93 // checking for substrings.
  /libcore/ojluni/src/main/java/java/net/
URLDecoder.java 60 * hexadecimal representation of the 8 bits. Then, all substrings
158 * consecutive substrings of the form %xy. Each
  /external/pcre/dist/doc/html/
pcreapi.html 33 <li><a name="TOC18" href="#SEC18">EXTRACTING CAPTURED SUBSTRINGS BY NUMBER</a>
34 <li><a name="TOC19" href="#SEC19">EXTRACTING CAPTURED SUBSTRINGS BY NAME</a>
263 substrings. A description of the two matching algorithms and their advantages
270 functions for extracting captured substrings from a subject string that is
    [all...]
pcre_exec.html 42 offsets to captured substrings. Its arguments are:
pcre_jit_exec.html 47 It returns offsets to captured substrings. Its arguments are:
pcresample.html 32 substrings.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2251.py 106 namedtype.NamedType('substrings', univ.SequenceOf(componentType=univ.Choice(componentType=namedtype.NamedTypes(namedtype.NamedType('initial', LDAPString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))), namedtype.NamedType('any', LDAPString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))), namedtype.NamedType('final', LDAPString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))))))
114 namedtype.NamedType('substrings', SubstringFilter().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 4))),
128 namedtype.NamedType('substrings', SubstringFilter().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 4))),
142 namedtype.NamedType('substrings', SubstringFilter().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 4))),
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
dimension-handler.js 29 // lowercase) to prevent problems with types which are substrings of
  /external/droiddriver/src/io/appium/droiddriver/finders/
XPaths.java 129 // expression that concatenates all non-double-quote substrings with
  /external/guava/guava/src/com/google/common/base/
Splitter.java 38 * Extracts non-overlapping substrings from an input string, typically by
43 * all, a splitter can extract adjacent substrings of a given {@linkplain
58 * ... yields the substrings {@code [" foo", "", "", " bar ", ""]}. If this
485 * Splits {@code sequence} into substrings, splits each substring into
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 35 * Extracts non-overlapping substrings from an input string, typically by
40 * all, a splitter can extract adjacent substrings of a given {@linkplain
55 * ... yields the substrings {@code [" foo", "", "", " bar ", ""]}. If this
427 * Splits {@code sequence} into substrings, splits each substring into
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ReplaceableString.java 158 * information. This method is used to duplicate or reorder substrings.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ReplaceableString.java 168 * information. This method is used to duplicate or reorder substrings.
  /external/libbrillo/brillo/strings/
string_utils.h 17 // Treats the string as a delimited list of substrings and returns the array
  /external/libchrome/base/strings/
pattern.cc 108 // This is a *, try to match all the possible substrings with the remainder
  /external/okhttp/okio/
CHANGELOG.md 34 * New: `BufferedSink` can now write substrings directly, potentially saving an
  /external/skia/site/dev/testing/
buildbot.md 98 * Search: Enter a search string. Substrings and regular expressions may be
  /external/v8/test/mjsunit/
debug-compile-event.js 86 // For source with 'eval' there will be compile events with substrings
string-indexof-1.js 129 // Find substrings.
substr.js 65 // Test substrings of different lengths and alignments.
  /system/connectivity/shill/vpn/
openvpn_management_server.h 127 // substrings. Note that the first |end| substring after the position of
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go     [all...]

Completed in 2162 milliseconds

1 23 4 5 6 7 8 91011