HomeSort by relevance Sort by last modified time
    Searched full:subsequence (Results 76 - 100 of 634) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/io/
SourceSinkFactory.java 41 * source created with some given bytes, this method would return a subsequence of the given
  /external/perfetto/include/perfetto/tracing/core/
trace_writer.h 60 // subsequence NewTracePacket() call is made on the same TraceWriter instance.
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliWordScanner.java 113 CharSequence tokenText = fileText.subSequence(tokenStart, tokenEnd);
  /frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
EmojiInputFilter.java 75 text = source.subSequence(sourceStart, sourceEnd);
  /libcore/ojluni/src/main/java/java/nio/
StringCharBuffer.java 106 public final CharBuffer subSequence(int start, int end) {
CharBuffer.java 325 * Creates a new char buffer whose content is a shared subsequence of
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
GpsCoordinatesTextClassifier.java 68 CharSequence sequence = text.subSequence(start, end);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
AccessibilityContextMenuMaker.java 101 menu.add(spanned.subSequence(s, t)).setOnMenuItemClickListener(menuItem -> {
  /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.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],
  /system/update_engine/payload_generator/
extent_utils.h 75 // Return a subsequence of the list of blocks passed. Both the passed list of
  /external/icu/android_icu4j/src/main/java/android/icu/number/
FormattedNumber.java 147 return temp.subSequence(0, prefixLength).toString();
162 return temp.subSequence(prefixLength, length).toString();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
NumberStringBuilderTest.java 224 assertCharSequenceEquals(a.subSequence(start, end), b.subSequence(start, end));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
FormattedNumber.java 151 return temp.subSequence(0, prefixLength).toString();
166 return temp.subSequence(prefixLength, length).toString();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
NumberStringBuilderTest.java 221 assertCharSequenceEquals(a.subSequence(start, end), b.subSequence(start, end));
  /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();
  /libcore/ojluni/src/main/java/java/lang/
AbstractStringBuilder.java 338 * or if {@code codePointOffset} is positive and the subsequence
341 * or if {@code codePointOffset} is negative and the subsequence
510 * Appends a subsequence of the specified {@code CharSequence} to this
530 * @param start the starting index of the subsequence to be appended.
531 * @param end the end index of the subsequence to be appended.
    [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...]

Completed in 1179 milliseconds

1 2 34 5 6 7 8 91011>>