OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subsequence
(Results
26 - 50
of
384
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/io/
StringWriter.java
204
* Appends a
subsequence
of the character sequence {@code csq} to this
206
* StringWriter.writer(csq.
subsequence
(start, end).toString())}. If {@code
207
* csq} is {@code null}, then the specified
subsequence
of the string "null"
217
*
subsequence
appended to the target.
229
String output = csq.
subSequence
(start, end).toString();
Writer.java
207
* Appends a
subsequence
of the character sequence {@code csq} to the
209
* Writer.writer(csq.
subsequence
(start, end).toString())}. If {@code
210
* csq} is {@code null}, then the specified
subsequence
of the string "null"
220
*
subsequence
appended to the target.
233
write(csq.
subSequence
(start, end).toString());
CharArrayWriter.java
269
* Append a
subsequence
of a {@code CharSequence} to the {@code
270
* CharArrayWriter}. The first and last characters of the
subsequence
are
273
* CharArrayWriter.write(csq.
subSequence
(start, end).toString)}. If {@code
296
String output = csq.
subSequence
(start, end).toString();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp
31
// find a
subsequence
in the sequence ( functor )
33
Returns a pair <begin,end> marking the
subsequence
in the sequence.
97
Returns a pair <begin,end> marking the
subsequence
in the sequence.
205
// find the n-th match of a
subsequence
in the sequence ( functor )
207
Returns a pair <begin,end> marking the
subsequence
in the sequence.
286
//
Subsequence
not found, return
321
//
Subsequence
not found, return
470
a specified N, the head is a
subsequence
of N starting
508
a specified N, the head is a
subsequence
of N starting
/libcore/luni/src/main/java/java/lang/
StringBuilder.java
267
*
subsequence
.
294
* Appends the string representation of the specified
subsequence
of the
296
* the string {@code "null"} is used to extract the
subsequence
from.
544
* Inserts the string representation of the specified
subsequence
of the
561
* not specify a valid
subsequence
.
592
* Inserts the string representation of the specified
subsequence
of the
595
* {@link CharSequence#
subSequence
(int, int)}. If the {@code CharSequence}
597
*
subsequence
.
604
* the start of the
subsequence
of the character sequence.
606
* the end of the
subsequence
of the character sequence
[
all
...]
CharSequence.java
58
public CharSequence
subSequence
(int start, int end);
/development/samples/ApiDemos/src/com/example/android/apis/content/
TextUndoActivity.java
109
builder.append(str.
subSequence
(i, i + 4));
113
builder.append(str.
subSequence
(i, len));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSetSpanner.java
321
result.append(sequence.
subSequence
(endModify, endCopy));
357
* Returns a trimmed sequence (using CharSequence.
subsequence
()), that omits matching elements at the start and
369
* @return a
subsequence
379
* Returns a trimmed sequence (using CharSequence.
subsequence
()), that omits matching elements at the start or
394
* @return a
subsequence
404
* Returns a trimmed sequence (using CharSequence.
subsequence
()), that omits matching elements at the start or
421
* @return a
subsequence
442
return endLeadContained == 0 && startTrailContained == length ? sequence : sequence.
subSequence
(
/frameworks/base/core/java/android/text/
AlteredCharSequence.java
100
public CharSequence
subSequence
(int start, int end) {
101
return AlteredCharSequence.make(mSource.
subSequence
(start, end),
/frameworks/base/core/java/com/android/internal/util/
CharSequences.java
40
public CharSequence
subSequence
(int start, int end) {
73
public CharSequence
subSequence
(int newStart, int newEnd) {
/libcore/luni/src/main/java/java/nio/
CharSequenceAdapter.java
139
return new CharSequenceAdapter(sequence.
subSequence
(position, limit));
142
@Override public CharBuffer
subSequence
(int start, int end) {
/libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java
270
"".replace((CharSequence) null, "123".
subSequence
(0, 1));
277
"".replace("123".
subSequence
(0, 1), (CharSequence) null);
332
assertTrue("Incorrect substring returned", hw1.
subSequence
(0, 5).equals(
333
"Hello") && (hw1.
subSequence
(5, 10).equals("World")));
334
assertTrue("not identical", hw1.
subSequence
(0, hw1.length()) == hw1);
337
hw1.
subSequence
(0, Integer.MAX_VALUE);
344
hw1.
subSequence
(Integer.MAX_VALUE, hw1.length());
351
hw1.
subSequence
(-1, hw1.length());
/packages/apps/Dialer/src/com/android/dialer/dialpad/
UnicodeDialerKeyListener.java
49
return converted.
subSequence
(start, end);
/cts/tests/tests/text/src/android/text/cts/
AlteredCharSequenceTest.java
122
assertEquals("Th", mAlteredCharSequence.
subSequence
(0, 2).toString());
125
mAlteredCharSequence.
subSequence
(0, 100);
165
public CharSequence
subSequence
(int start, int end) {
/external/guava/guava/src/com/google/thirdparty/publicsuffix/
TrieParser.java
45
encoded.
subSequence
(idx, encodedLen),
77
stack.add(0, reverse(encoded.
subSequence
(0, idx)));
94
idx += doParseTrieToBuilder(stack, encoded.
subSequence
(idx, encodedLen), builder);
/frameworks/base/core/java/android/text/method/
ReplacementTransformationMethod.java
136
public CharSequence
subSequence
(int start, int end) {
179
public CharSequence
subSequence
(int start, int end) {
180
return new SpannedString(this).
subSequence
(start, end);
PasswordTransformationMethod.java
177
public CharSequence
subSequence
(int start, int end) {
185
return
subSequence
(0, length()).toString();
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Splitter.java
191
* Returns a splitter that considers any
subsequence
matching {@code
196
* @param separatorPattern the pattern that determines whether a
subsequence
225
* Returns a splitter that considers any
subsequence
matching a given
231
* @param separatorPattern the pattern that determines whether a
subsequence
317
* should be removed from the beginning/end of a
subsequence
397
return toSplit.
subSequence
(start, end).toString();
/external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java
129
currentPage.text = spannedText.
subSequence
(lastPageStart, currentOffset);
134
newPage.text = spannedText.
subSequence
(lastPageStart, currentOffset);
278
CharSequence subtext = mText.
subSequence
(0, mCurrentCharacter);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
EditTextTest.java
39
assertThat(editText.getText().toString(), equalTo(excessiveInput.
subSequence
(0, maxLength)));
/packages/apps/Calculator/src/com/android/calculator2/
CalculatorExpressionBuilder.java
45
mTokenizer.getNormalizedExpression(tb.
subSequence
(tbstart, tbend).toString());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
TextInfoCompatUtils.java
48
return new TextInfo(charSequence.
subSequence
(start, end).toString(), cookie,
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
TextInfoCompatUtilsTests.java
58
final Spanned expectedSpanned = (Spanned) text.
subSequence
(TEST_CHAR_SEQUENCE_START,
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java
175
appendNumberedEntity(out, entityName.
subSequence
(1, entityName.length()));
201
c = (char) Integer.parseInt(entity.
subSequence
(1, entity.length()).toString(), 16);
/frameworks/base/docs/html/sdk/api_diff/19/changes/
java.nio.CharBuffer.html
87
<nobr><code>CharBuffer</code> <A HREF="../../../../reference/java/nio/CharBuffer.html#
subSequence
(int, int)" target="_top"><code>
subSequence
</code></A>(<code>int,</nobr> int<nobr><nobr></code>) </nobr>
Completed in 469 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>