/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | MeasuredParagraphTest.java | 70 assertNotNull(mt.getChars()); in buildForBidi() 71 assertEquals("XXX", charsToString(mt.getChars())); in buildForBidi() 83 assertNotNull(mt2.getChars()); in buildForBidi() 84 assertEquals("VVV", charsToString(mt.getChars())); in buildForBidi() 101 assertNotNull(mt.getChars()); in buildForMeasurement() 102 assertEquals("XXX", charsToString(mt.getChars())); in buildForMeasurement() 118 assertNotNull(mt2.getChars()); in buildForMeasurement() 119 assertEquals("VVV", charsToString(mt.getChars())); in buildForMeasurement() 142 assertNotNull(mt.getChars()); in buildForStaticLayout() 143 assertEquals("XXX", charsToString(mt.getChars())); in buildForStaticLayout() [all …]
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | ReplacementTransformationMethod.java | 139 getChars(start, end, c, 0); in subSequence() 146 getChars(0, length(), c, 0); in toString() 150 public void getChars(int start, int end, char[] dest, int off) { in getChars() method in ReplacementTransformationMethod.ReplacementCharSequence 151 TextUtils.getChars(mSource, start, end, dest, off); in getChars()
|
H A D | PasswordTransformationMethod.java | 182 getChars(start, end, buf, 0); in subSequence() 190 public void getChars(int start, int end, char[] dest, int off) { in getChars() method in PasswordTransformationMethod.PasswordCharSequence 191 TextUtils.getChars(mSource, start, end, dest, off); in getChars()
|
H A D | QwertyKeyListener.java | 279 TextUtils.getChars(content, x, oldStart, orig, 0); in onKeyDown() 444 original.getChars(0, len, orig, 0); in markAsReplaced()
|
H A D | DigitsKeyListener.java | 215 accepted.getChars(0, accepted.length(), mAccepted, 0); in DigitsKeyListener()
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | AlteredCharSequence.java | 107 public void getChars(int start, int end, char[] dest, int off) { in getChars() method in AlteredCharSequence 108 TextUtils.getChars(mSource, start, end, dest, off); in getChars() 121 getChars(0, len, ret, 0); in toString()
|
H A D | GetChars.java | 32 public void getChars(int start, int end, char[] dest, int destoff); in getChars() method
|
H A D | TextUtils.java | 145 public static void getChars(CharSequence s, int start, int end, in getChars() method in TextUtils 150 ((String) s).getChars(start, end, dest, destoff); in getChars() 156 ((GetChars) s).getChars(start, end, dest, destoff); in getChars() 189 getChars(s, start, segend, temp, 0); in indexOf() 247 getChars(s, segstart, end, temp, 0); in lastIndexOf() 316 getChars(one, toffset, toffset + len, temp, 0); in regionMatches() 317 getChars(two, ooffset, ooffset + len, temp, len); in regionMatches() 347 getChars(source, start, end, temp, 0); in substring() 694 getChars(start, end, buf, 0); in subSequence() 1413 final char[] buf = mt.getChars(); in ellipsize() [all …]
|
H A D | SpannableStringBuilder.java | 69 TextUtils.getChars(text, start, end, mText, 0); in SpannableStringBuilder() 400 TextUtils.getChars(cs, csStart, csEnd, mText, start); in change() 1205 public void getChars(int start, int end, char[] dest, int destoff) { in getChars() method in SpannableStringBuilder 1228 getChars(0, len, buf, 0); in toString() 1240 getChars(start, end, buf, 0); in substring() 1431 getChars(start, end, buf, 0); in drawText() 1456 getChars(contextStart, contextEnd, buf, 0); in drawTextRun() 1478 getChars(start, end, buf, 0); in measureText() 1502 getChars(start, end, buf, 0); in getTextWidths() 1530 getChars(contextStart, contextEnd, buf, 0); in getTextRunAdvances() [all …]
|
H A D | GraphemeClusterSegmentFinder.java | 58 TextUtils.getChars(text, 0, text.length(), chars, 0); in GraphemeClusterSegmentFinder()
|
H A D | MeasuredParagraph.java | 171 public @NonNull char[] getChars() { in getChars() method in MeasuredParagraph 475 TextUtils.getChars(text, start, end, mCopiedBuffer, 0); in resetAndAnalyzeBidi()
|
H A D | SpannableStringInternal.java | 180 public final void getChars(int start, int end, char[] dest, int off) { in getChars() method in SpannableStringInternal 181 mText.getChars(start, end, dest, off); in getChars()
|
H A D | Layout.java | 2838 final char[] chars = mt.getChars(); 3168 getChars(off, off + 1, buf, 0); in charAt() 3175 public void getChars(int start, int end, char[] dest, int destoff) { in getChars() method in Layout.Ellipsizer 3179 TextUtils.getChars(mText, start, end, dest, destoff); in getChars() 3192 getChars(start, end, s, 0); in subSequence() 3199 getChars(0, length(), s, 0); in toString() 3237 getChars(start, end, s, 0); in subSequence()
|
/aosp14/frameworks/base/graphics/java/android/graphics/text/ |
H A D | LineBreaker.java | 482 measuredPara.getChars(), in computeLineBreaks() 484 measuredPara.getChars().length, in computeLineBreaks()
|
H A D | TextRunShaper.java | 108 TextUtils.getChars(text, contextStart, contextStart + contextCount, buf, 0); in shapeTextRun()
|
H A D | MeasuredText.java | 82 public @NonNull char[] getChars() { in getChars() method in MeasuredText
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Paint.java | 2195 TextUtils.getChars(text, contextStart, contextStart + contextCount, buf, 0); in getFontMetricsInt() 2451 TextUtils.getChars(text, start, end, buf, 0); in measureText() 2535 TextUtils.getChars(text, start, end, buf, 0); in breakText() 2662 TextUtils.getChars(text, start, end, buf, 0); in getTextWidths() 2882 TextUtils.getChars(text, contextStart, contextEnd, buf, 0); in getTextRunCursor() 3013 TextUtils.getChars(text, start, end, buf, 0); in getTextBounds() 3139 TextUtils.getChars(text, contextStart, contextEnd, buf, 0); in getRunAdvance() 3260 TextUtils.getChars(text, contextStart, contextEnd, buf, 0); in getRunCharacterAdvance() 3335 TextUtils.getChars(text, contextStart, contextEnd, buf, 0); in getOffsetForAdvance()
|
H A D | BaseCanvas.java | 529 TextUtils.getChars(text, start, end, buf, 0); in drawText() 634 TextUtils.getChars(text, contextStart, contextEnd, buf, 0); in drawTextRun() 645 nDrawTextRun(mNativeCanvasWrapper, measuredText.getChars(), start, end - start, in drawTextRun()
|
H A D | BaseRecordingCanvas.java | 467 TextUtils.getChars(text, start, end, buf, 0); in drawText() 572 TextUtils.getChars(text, contextStart, contextEnd, buf, 0); in drawTextRun() 584 nDrawTextRun(mNativeCanvasWrapper, measuredText.getChars(), start, end - start, in drawTextRun()
|
/aosp14/frameworks/base/media/java/android/mtp/ |
H A D | MtpDatabase.java | 694 value.getChars(0, length, outStringValue, 0); in getDeviceProperty() 703 value.getChars(0, length, outStringValue, 0); in getDeviceProperty() 714 imageSize.getChars(0, imageSize.length(), outStringValue, 0); in getDeviceProperty() 766 obj.getName().getChars(0, nameLen, outName, 0); in getObjectInfo() 783 path.getChars(0, pathLen, outFilePath, 0); in getObjectFilePath()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | LineBreakBufferedWriter.java | 251 s.getChars(off, off + len, buffer, bufferIndex); in appendToBuffer()
|
H A D | FastPrintWriter.java | 325 str.getChars(i, i + length, mText, pos); in appendLocked()
|
H A D | FastXmlSerializer.java | 116 str.getChars(i, i+length, mText, pos); in append()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | IndentingPrintWriter.java | 193 s.getChars(off, len - off, buf, 0); in write()
|
/aosp14/frameworks/base/core/java/android/database/ |
H A D | AbstractCursor.java | 215 result.getChars(0, result.length(), data, 0); in copyStringToBuffer()
|