/frameworks/base/core/java/android/text/ |
InputFilter.java | 99 return source.subSequence(start, keep);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
TextViewTest.java | 51 assertEquals(" Wo", newText.subSequence(1, 4));
|
/libcore/luni/src/main/java/java/nio/ |
CharArrayBuffer.java | 127 @Override public final CharBuffer subSequence(int start, int end) {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
Utf8ByteLengthFilter.java | 75 return source.subSequence(start, i);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
EllipsizedMultilineTextView.java | 83 final CharSequence remainder = TextUtils.ellipsize(text.subSequence(lastLineStart,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
balanced_quicksort.h | 92 * @param __begin Begin iterator of subsequence. 93 * @param __end End iterator of subsequence. 163 * @param __begin Begin iterator of subsequence. 164 * @param __end End iterator of subsequence.
|
multiway_mergesort.h | 44 /** @brief Subsequence description. */ 50 /** @brief Begin of subsequence. */ 53 /** @brief End of subsequence. */ 340 // Invariant: locally sorted subsequence in sd->_M_temporary[__iam],
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
balanced_quicksort.h | 92 * @param __begin Begin iterator of subsequence. 93 * @param __end End iterator of subsequence. 163 * @param __begin Begin iterator of subsequence. 164 * @param __end End iterator of subsequence.
|
multiway_mergesort.h | 44 /** @brief Subsequence description. */ 50 /** @brief Begin of subsequence. */ 53 /** @brief End of subsequence. */ 340 // Invariant: locally sorted subsequence in sd->_M_temporary[__iam],
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
balanced_quicksort.h | 92 * @param __begin Begin iterator of subsequence. 93 * @param __end End iterator of subsequence. 163 * @param __begin Begin iterator of subsequence. 164 * @param __end End iterator of subsequence.
|
multiway_mergesort.h | 44 /** @brief Subsequence description. */ 50 /** @brief Begin of subsequence. */ 53 /** @brief End of subsequence. */ 340 // Invariant: locally sorted subsequence in sd->_M_temporary[__iam],
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
balanced_quicksort.h | 92 * @param __begin Begin iterator of subsequence. 93 * @param __end End iterator of subsequence. 163 * @param __begin Begin iterator of subsequence. 164 * @param __end End iterator of subsequence.
|
multiway_mergesort.h | 44 /** @brief Subsequence description. */ 50 /** @brief Begin of subsequence. */ 53 /** @brief End of subsequence. */ 340 // Invariant: locally sorted subsequence in sd->_M_temporary[__iam],
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
balanced_quicksort.h | 92 * @param __begin Begin iterator of subsequence. 93 * @param __end End iterator of subsequence. 163 * @param __begin Begin iterator of subsequence. 164 * @param __end End iterator of subsequence.
|
multiway_mergesort.h | 44 /** @brief Subsequence description. */ 50 /** @brief Begin of subsequence. */ 53 /** @brief End of subsequence. */ 340 // Invariant: locally sorted subsequence in sd->_M_temporary[__iam],
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
BaseInputConnectionTest.java | 140 CharSequence expected = str.subSequence(strLength - offLength, strLength); 144 expected = str.subSequence(0, offLength);
|
/frameworks/base/core/java/android/widget/ |
MultiAutoCompleteTextView.java | 153 CharSequence sub = e.subSequence(start, end); 173 getFilter().filter(text.subSequence(start, end), this);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
SpannableStringUtils.java | 164 sequences.add(charSequence.subSequence(nextStart, matcher.start())); 172 sequences.add(charSequence.subSequence(nextStart, charSequence.length()));
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
SpannableStringUtilsTests.java | 46 final CharSequence a = s.subSequence(0, 15); 47 final CharSequence b = s.subSequence(15, s.length());
|
/external/guava/guava/src/com/google/common/base/ |
Splitter.java | 203 * Returns a splitter that considers any subsequence matching {@code 208 * @param separatorPattern the pattern that determines whether a subsequence 238 * Returns a splitter that considers any subsequence matching a given 244 * @param separatorPattern the pattern that determines whether a subsequence 367 * should be removed from the beginning/end of a subsequence 612 return toSplit.subSequence(start, end).toString();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_map.h | 852 * @brief Finds the beginning of a subsequence matching given key. 857 * This function returns the first element of a subsequence of elements 867 * @brief Finds the beginning of a subsequence matching given key. 872 * This function returns the first element of a subsequence of elements 882 * @brief Finds the end of a subsequence matching given key. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_map.h | 852 * @brief Finds the beginning of a subsequence matching given key. 857 * This function returns the first element of a subsequence of elements 867 * @brief Finds the beginning of a subsequence matching given key. 872 * This function returns the first element of a subsequence of elements 882 * @brief Finds the end of a 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_map.h | 852 * @brief Finds the beginning of a subsequence matching given key. 857 * This function returns the first element of a subsequence of elements 867 * @brief Finds the beginning of a subsequence matching given key. 872 * This function returns the first element of a subsequence of elements 882 * @brief Finds the end of a subsequence matching given key. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_map.h | 852 * @brief Finds the beginning of a subsequence matching given key. 857 * This function returns the first element of a subsequence of elements 867 * @brief Finds the beginning of a subsequence matching given key. 872 * This function returns the first element of a subsequence of elements 882 * @brief Finds the end of a subsequence matching given key. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_map.h | 890 * @brief Finds the beginning of a subsequence matching given key [all...] |