/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();
|
/libcore/ojluni/src/main/java/java/util/regex/ |
Matcher.java | 49 * the next subsequence that matches the pattern. </p></li> 72 * matching subsequence in the input sequence is replaced. 76 * indices of the input subsequence captured by each <a 268 * Returns the offset after the last character of the subsequence 297 * Returns the offset after the last character of the subsequence 324 * Returns the input subsequence matched by the previous match. 335 * @return The (possibly empty) subsequence matched by the previous match, 347 * Returns the input subsequence captured by the given group during the 369 * @return The (possibly empty) subsequence captured by the group 393 * Returns the input subsequence captured by the give [all...] |
/libcore/libart/src/main/java/java/lang/ |
StringFactory.java | 110 the longest code unit subsequence starting at an unconvertible offset that is either 111 1) the initial subsequence of a well-formed code unit sequence, or 112 2) a subsequence of length one: 117 "C0", "AF", and "F4 80 80". "F4 80 80" can be the initial subsequence of "F4 80 80 80", 118 but "C0" can't be the initial subsequence of any well-formed code unit sequence.
|
/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/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
IndentingAppendable.java | 88 : csq.subSequence(nextStart, nextEnd);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/ |
assertions.xml | 7 sem_init is used in subsequence of sem_wait, sem_trywait, sem_post,
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
EditTextTest.java | 39 assertThat(editText.getText().toString(), equalTo(excessiveInput.subSequence(0, maxLength)));
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowEditTextTest.java | 56 assertThat((CharSequence) editText.getText().toString()).isEqualTo(excessiveInput.subSequence(0, maxLength));
|
/libcore/ojluni/src/main/java/sun/misc/ |
Version.java | 282 cs = cs.subSequence(5, cs.length()); 297 String uu = cs.subSequence(1, nextChar).toString(); 310 cs = cs.subSequence(nextChar, cs.length()); 316 cs = cs.subSequence(1, cs.length());
|
/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/core/tests/coretests/src/android/text/ |
SpannableStringNoCopyTest.java | 154 public CharSequence subSequence(int start, int end) { 155 return mText.subSequence(start, end);
|
SpannedStringNoCopyTest.java | 144 public CharSequence subSequence(int start, int end) { 145 return mText.subSequence(start, end);
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
GatheringByteChannel.java | 54 * Writes a sequence of bytes to this channel from a subsequence of the 59 * subsequence of the given buffer array, that is,
|
ScatteringByteChannel.java | 54 * Reads a sequence of bytes from this channel into a subsequence of the 59 * the specified subsequence of the given buffer array, that is,
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
LevenshteinDistance.java | 167 return subSequence(0, length()); 189 public String subSequence(int start, int end) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_multimap.h | 758 * @brief Finds the beginning of a subsequence matching given key. 763 * This function returns the first element of a subsequence of elements 773 * @brief Finds the beginning of a subsequence matching given key. 778 * This function returns the first element of a subsequence of 788 * @brief Finds the end of a subsequence matching given key. 798 * @brief Finds the end of a subsequence matching given key. 808 * @brief Finds a subsequence matching given key. 810 * @return Pair of iterators that possibly points to the subsequence 825 * @brief Finds a subsequence matching given key. 828 * to the subsequence matching given key [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_multimap.h | 758 * @brief Finds the beginning of a subsequence matching given key. 763 * This function returns the first element of a subsequence of elements 773 * @brief Finds the beginning of a subsequence matching given key. 778 * This function returns the first element of a subsequence of 788 * @brief Finds the end of a subsequence matching given key. 798 * @brief Finds the end of a subsequence matching given key. 808 * @brief Finds a subsequence matching given key. 810 * @return Pair of iterators that possibly points to the subsequence 825 * @brief Finds a subsequence matching given key. 828 * to the subsequence matching given key [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
XCldrStub.java | 391 boolean matches = m.reset(s.subSequence(0, i)).matches(); 400 String show = s.subSequence(0, failPoint) + "?" + s.subSequence(failPoint, s.length());
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
XCldrStub.java | 389 boolean matches = m.reset(s.subSequence(0, i)).matches(); 398 String show = s.subSequence(0, failPoint) + "?" + s.subSequence(failPoint, s.length());
|
/cts/tests/tests/text/src/android/text/method/cts/ |
SingleLineTransformationMethodTest.java | 89 transformed.subSequence(0, transformed.length());
|
/external/emma/core/java14/com/vladium/util/ |
IJREVersion.java | 77 " ".subSequence (0, 0);
|