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

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/base/
JoinerTest.java 321 public CharSequence subSequence(int start, int end) {
322 return "foo".subSequence(start, end);
  /development/apps/Development/src/com/android/development/
AppHwPref.java 161 CharSequence txt = listStr.subSequence(0, listStr.length()-1);
  /external/proguard/src/proguard/wtk/
default.pro 81 public java.lang.CharSequence subSequence(int,int);
  /external/smali/util/src/main/java/org/jf/util/
IndentingWriter.java 143 write(charSequence.subSequence(start, len).toString());
ClassFileNameHandler.java 465 newName.append(pathElement.subSequence(0, extensionStart));
467 newName.append(pathElement.subSequence(extensionStart, pathElement.length()));
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestHolder.java 184 * Return the subsequence id for this request.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ReaderTest.java 65 .subSequence(CHARBUFFER_SIZE - CHARBUFFER_REMAINING,
  /libcore/luni/src/main/java/java/nio/
ByteBufferAsCharBuffer.java 178 @Override public CharBuffer subSequence(int start, int end) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SentenceLevelAdapter.java 151 wordEnd, cookie, originalText.subSequence(wordStart, wordEnd).hashCode());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TextRange.java 120 mWord = mTextAtCursor.subSequence(mWordAtCursorStartIndex, mWordAtCursorEndIndex);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_multiset.h 655 * @brief Finds the beginning of a subsequence matching given key.
660 * This function returns the first element of a subsequence of elements
676 * @brief Finds the end of a subsequence matching given key.
692 * @brief Finds a subsequence matching given key.
694 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 672 * @brief Finds the beginning of a subsequence matching given key.
677 * This function returns the first element of a subsequence of elements
693 * @brief Finds the end of a subsequence matching given key.
709 * @brief Finds a subsequence matching given key.
711 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_multiset.h 655 * @brief Finds the beginning of a subsequence matching given key.
660 * This function returns the first element of a subsequence of elements
676 * @brief Finds the end of a subsequence matching given key.
692 * @brief Finds a subsequence matching given key.
694 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 672 * @brief Finds the beginning of a subsequence matching given key.
677 * This function returns the first element of a subsequence of elements
693 * @brief Finds the end of a subsequence matching given key.
709 * @brief Finds a subsequence matching given key.
711 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_multiset.h 655 * @brief Finds the beginning of a subsequence matching given key.
660 * This function returns the first element of a subsequence of elements
676 * @brief Finds the end of a subsequence matching given key.
692 * @brief Finds a subsequence matching given key.
694 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 672 * @brief Finds the beginning of a subsequence matching given key.
677 * This function returns the first element of a subsequence of elements
693 * @brief Finds the end of a subsequence matching given key.
709 * @brief Finds a subsequence matching given key.
711 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_multiset.h 655 * @brief Finds the beginning of a subsequence matching given key.
660 * This function returns the first element of a subsequence of elements
676 * @brief Finds the end of a subsequence matching given key.
692 * @brief Finds a subsequence matching given key.
694 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 672 * @brief Finds the beginning of a subsequence matching given key.
677 * This function returns the first element of a subsequence of elements
693 * @brief Finds the end of a subsequence matching given key.
709 * @brief Finds a subsequence matching given key.
711 * @return Pair of iterators that possibly points to the subsequence
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_multiset.h 693 * @brief Finds the beginning of a subsequence matching given key.
698 * This function returns the first element of a subsequence of elements
714 * @brief Finds the end of a subsequence matching given key.
730 * @brief Finds a subsequence matching given key.
732 * @return Pair of iterators that possibly points to the subsequence
stl_set.h 711 * @brief Finds the beginning of a subsequence matching given key.
716 * This function returns the first element of a subsequence of elements
732 * @brief Finds the end of a subsequence matching given key.
748 * @brief Finds a subsequence matching given key.
750 * @return Pair of iterators that possibly points to the subsequence
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 271 CharSequence text = builder.subSequence(0, 2);
276 builder.subSequence(2, 0);
  /external/llvm/lib/Support/
YAMLParser.cpp 204 /// subsequence and the subsequence's length in code units (uint8_t).
304 /// @brief Decode a UTF-8 minimal well-formed code unit subsequence starting
308 /// code unit subsequence, then the Unicode scalar value is 0, and the length
372 /// subsequence that Func accepted.
384 /// @brief Consume a minimal well-formed code unit subsequence starting at
392 /// @brief Return true if the minimal well-formed code unit subsequence at
670 } else if (*i & 0x80) { // UTF-8 multiple code unit subsequence.
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 448 buf.append(fromReq.subSequence(start - 2, end)); // incl CRLF
472 buf.append(fromReq.subSequence(start - 2, end)); // incl CRLF
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 483 public CharSequence subSequence(int start, int end) {
484 return s.subSequence(start, end);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 294 // Escape the subsequence from start to end, which cannot legally
296 out.append(escape(csq.subSequence(start, end).toString()));

Completed in 523 milliseconds

1 2 3 4 56 7 8 91011>>