OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:substrings
(Results
26 - 50
of
269
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/pcre/dist/
pcre_get.c
41
/* This module contains some convenience functions for extracting
substrings
246
/* This function allows for duplicate names in the table of named
substrings
.
252
ovector the vector of matched
substrings
317
stringcount the number of
substrings
that were captured
372
stringcount the number of
substrings
that were captured
423
of the captured
substrings
in it. A NULL pointer is put on the end of the list.
428
stringcount the number of
substrings
that were captured
527
stringcount the number of
substrings
that were captured
590
stringcount the number of
substrings
that were captured
/external/v8/src/
flags.h
48
//
substrings
argv[], each of which consisting of non-white-space chars,
/toolchain/binutils/binutils-2.25/gas/
sb.h
33
substrings
have to manipulate the data in the string to do the
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
OptionHelper.java
103
// get option/value
substrings
from the command-line string
125
// add
substrings
only when the options are recognized
/external/curl/lib/
objnames.inc
45
# are conformed with underscore '_' separated
substrings
, or separated by
58
# 6) Five leftmost
substrings
which end in an underscore character are
/external/pcre/dist/doc/html/
pcrematching.html
88
straightforward for this algorithm to keep track of the
substrings
that are
157
straightforward to keep track of captured
substrings
for the different matching
159
do this. This means that no captured
substrings
are available.
162
3. Because no
substrings
are captured, back references within the pattern are
204
substrings
, it is more complicated. The
index.html
134
<td> Free list of extracted
substrings
</td></tr>
152
<td> Extract all
substrings
into new memory</td></tr>
/external/v8/test/mjsunit/
string-slices.js
67
// Test
substrings
of different lengths and alignments.
163
// Short
substrings
.
180
// Concatenate
substrings
.
string-indexof-2.js
53
// test a lot of
substrings
of differing length and start-position.
/external/icu/android_icu4j/src/main/java/android/icu/text/
SourceTargetUtility.java
100
// // now add all initial
substrings
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
SourceTargetUtility.java
99
// // now add all initial
substrings
/external/jarjar/res/com/tonicsystems/jarjar/
help.txt
63
substrings
matched by the wildcards. A numbered reference is available
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.h
71
// Following four functions return
substrings
of error messages used
/external/pcre/dist/doc/
pcre_exec.3
28
offsets to captured
substrings
. Its arguments are:
pcre_jit_exec.3
33
It returns offsets to captured
substrings
. Its arguments are:
pcresample.3
21
substrings
.
index.html.src
134
<td> Free list of extracted
substrings
</td></tr>
152
<td> Extract all
substrings
into new memory</td></tr>
/external/webrtc/webrtc/base/
stringencode_unittest.cc
216
// Tests counting
substrings
.
233
// Tests comparing
substrings
.
364
// Tests counting
substrings
.
381
// Tests comparing
substrings
.
/system/update_engine/
fake_p2p_manager_configuration.h
90
// as
substrings
of any of its elements, that will be replaced by the
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
find_format.hpp
159
substrings
.
241
substrings
.The input is modified in-place.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.tcc
175
// the strings into zero-terminated
substrings
and pass those
217
// the string into zero-terminated
substrings
and pass those
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.tcc
175
// the strings into zero-terminated
substrings
and pass those
217
// the string into zero-terminated
substrings
and pass those
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.tcc
175
// the strings into zero-terminated
substrings
and pass those
217
// the string into zero-terminated
substrings
and pass those
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.tcc
175
// the strings into zero-terminated
substrings
and pass those
217
// the string into zero-terminated
substrings
and pass those
/external/skia/tools/
skdiff_main.cpp
242
/// Returns true if string contains any of these
substrings
.
244
const StringArray&
substrings
) {
245
for (int i = 0; i <
substrings
.count(); i++) {
246
if (string.contains(
substrings
[i]->c_str())) {
306
/// - matches any of the
substrings
in matchSubstrings, but...
307
/// - DOES NOT match any of the
substrings
in nomatchSubstrings
Completed in 973 milliseconds
1
2
3
4
5
6
7
8
9
10
11