HomeSort by relevance Sort by last modified time
    Searched full:destoff (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/text/
GetChars.java 30 * beginning at offset <code>destoff</code>.
32 public void getChars(int start, int end, char[] dest, int destoff);
TextUtils.java 99 char[] dest, int destoff) {
103 ((String) s).getChars(start, end, dest, destoff);
105 ((StringBuffer) s).getChars(start, end, dest, destoff);
107 ((StringBuilder) s).getChars(start, end, dest, destoff);
109 ((GetChars) s).getChars(start, end, dest, destoff);
112 dest[destoff++] = s.charAt(i);
598 public void getChars(int start, int end, char[] dest, int destoff) {
600 dest, destoff);
606 char tmp = dest[destoff + i];
608 dest[destoff + i] = dest[destoff + len - i - 1]
    [all...]
SpannableStringBuilder.java     [all...]
Layout.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SpannableStringUtils.java 37 * <code>destoff...destoff+end-start</code> in <code>dest</code>.
50 Spannable dest, int destoff) {
70 dest.setSpan(spans[i], st - start + destoff, en - start + destoff,
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 1047 int destoff; field in class:TextUtilsTest.MockGetChars.GetCharsParams
    [all...]
  /frameworks/rs/
rsAllocation.h 127 void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len);
rsAllocation.cpp 556 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len) {
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 

Completed in 823 milliseconds