HomeSort by relevance Sort by last modified time
    Searched full:subsequence (Results 101 - 125 of 384) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
CharBufferTest.java 683 buf.subSequence(-1, buf.length());
689 buf.subSequence(buf.length() + 1, buf.length() + 1);
694 assertEquals(buf.subSequence(buf.length(), buf.length()).length(), 0);
696 buf.subSequence(1, 0);
702 buf.subSequence(1, buf.length() + 1);
708 assertEquals(buf.subSequence(0, buf.length()).toString(), buf
712 assertEquals(buf.subSequence(1, buf.length() - 1).toString(), buf
  /frameworks/base/core/java/android/widget/
SpellChecker.java 367 + editable.subSequence(start, end));
491 + editable.subSequence(start, end));
646 + editable.subSequence(spellCheckStart, spellCheckEnd));
    [all...]
  /libcore/luni/src/main/java/java/io/
PrintWriter.java 696 * Appends a subsequence of the character sequence {@code csq} to the
698 * PrintWriter.print(csq.subsequence(start, end).toString())}. If {@code
699 * csq} is {@code null}, then the specified subsequence of the string "null"
709 * subsequence appended to the target.
721 String output = csq.subSequence(start, end).toString();
  /libcore/luni/src/main/java/java/lang/
StringBuffer.java 304 * Appends the specified subsequence of the CharSequence to this buffer.
307 * "null"} is used to extract a subsequence.
581 * Inserts the specified subsequence of characters into this buffer at the
627 * Inserts the specified subsequence into this buffer at the specified
707 public synchronized CharSequence subSequence(int start, int end) {
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 542 * @brief Finds the beginning of a subsequence matching given key.
547 * This function returns the first element of a subsequence of elements
563 * @brief Finds the end of a subsequence matching given key.
579 * @brief Finds a subsequence matching given key.
581 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 557 * @brief Finds the beginning of a subsequence matching given key.
562 * This function returns the first element of a subsequence of elements
578 * @brief Finds the end of a subsequence matching given key.
594 * @brief Finds a subsequence matching given key.
596 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 542 * @brief Finds the beginning of a subsequence matching given key.
547 * This function returns the first element of a subsequence of elements
563 * @brief Finds the end of a subsequence matching given key.
579 * @brief Finds a subsequence matching given key.
581 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 557 * @brief Finds the beginning of a subsequence matching given key.
562 * This function returns the first element of a subsequence of elements
578 * @brief Finds the end of a subsequence matching given key.
594 * @brief Finds a subsequence matching given key.
596 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 542 * @brief Finds the beginning of a subsequence matching given key.
547 * This function returns the first element of a subsequence of elements
563 * @brief Finds the end of a subsequence matching given key.
579 * @brief Finds a subsequence matching given key.
581 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 557 * @brief Finds the beginning of a subsequence matching given key.
562 * This function returns the first element of a subsequence of elements
578 * @brief Finds the end of a subsequence matching given key.
594 * @brief Finds a subsequence matching given key.
596 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_multiset.h 538 * @brief Finds the beginning of a subsequence matching given key.
543 * This function returns the first element of a subsequence of elements
559 * @brief Finds the end of a subsequence matching given key.
575 * @brief Finds a subsequence matching given key.
577 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 553 * @brief Finds the beginning of a subsequence matching given key.
558 * This function returns the first element of a subsequence of elements
574 * @brief Finds the end of a subsequence matching given key.
590 * @brief Finds a subsequence matching given key.
592 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_multiset.h 596 * @brief Finds the beginning of a subsequence matching given key.
601 * This function returns the first element of a subsequence of elements
617 * @brief Finds the end of a subsequence matching given key.
633 * @brief Finds a subsequence matching given key.
635 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 614 * @brief Finds the beginning of a subsequence matching given key.
619 * This function returns the first element of a subsequence of elements
635 * @brief Finds the end of a subsequence matching given key.
651 * @brief Finds a subsequence matching given key.
653 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_multiset.h 601 * @brief Finds the beginning of a subsequence matching given key.
606 * This function returns the first element of a subsequence of elements
622 * @brief Finds the end of a subsequence matching given key.
638 * @brief Finds a subsequence matching given key.
640 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 622 * @brief Finds the beginning of a subsequence matching given key.
627 * This function returns the first element of a subsequence of elements
643 * @brief Finds the end of a subsequence matching given key.
659 * @brief Finds a subsequence matching given key.
661 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_multiset.h 596 * @brief Finds the beginning of a subsequence matching given key.
601 * This function returns the first element of a subsequence of elements
617 * @brief Finds the end of a subsequence matching given key.
633 * @brief Finds a subsequence matching given key.
635 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 614 * @brief Finds the beginning of a subsequence matching given key.
619 * This function returns the first element of a subsequence of elements
635 * @brief Finds the end of a subsequence matching given key.
651 * @brief Finds a subsequence matching given key.
653 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_multiset.h 601 * @brief Finds the beginning of a subsequence matching given key.
606 * This function returns the first element of a subsequence of elements
622 * @brief Finds the end of a subsequence matching given key.
638 * @brief Finds a subsequence matching given key.
640 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 622 * @brief Finds the beginning of a subsequence matching given key.
627 * This function returns the first element of a subsequence of elements
643 * @brief Finds the end of a subsequence matching given key.
659 * @brief Finds a subsequence matching given key.
661 * @return Pair of iterators that possibly points to the subsequence
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 336 return content.subSequence(a - length, a);
361 return content.subSequence(a, b);
394 return content.subSequence(b, b + length);
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 418 public CharSequence subSequence(int start, int end) {
419 return new Wrapper(mString.subSequence(start, end));
493 public CharSequence subSequence(int arg0, int arg1) {
  /libcore/libart/src/main/java/java/lang/
String.java 117 * Converts a subsequence of the byte array to a string using the system's
393 * Creates a new string by copying the given subsequence of the given {@code char[]}.
479 * Mangles a subsequence of this string into a byte array by stripping the high order bits from
566 * Copies the given subsequence of this string to the given array
865 * Returns true if the given subsequence of the given string matches this string starting
897 * Returns true if the given subsequence of the given string matches this string starting
    [all...]
  /external/guava/guava/src/com/google/common/base/
Strings.java 200 return a.subSequence(0, p).toString();
225 return a.subSequence(a.length() - s, a.length()).toString();
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
JoinerTest.java 318 public CharSequence subSequence(int start, int end) {
319 return "foo".subSequence(start, end);

Completed in 307 milliseconds

1 2 3 45 6 7 8 91011>>