Searched refs:getChars (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/text/src/android/text/cts/ |
D | AlteredCharSequenceTest.java | 64 mAlteredCharSequence.getChars(start, end, dest, off); in testGetChars() 74 mAlteredCharSequence.getChars(start, end, dest, off); in testGetChars() 80 mAlteredCharSequence.getChars(start, end, dest, off); in testGetChars()
|
D | SpannableStringBuilderTest.java | 288 builder.getChars(0, 3, buf, 1); in testGetChars() 291 builder.getChars(1, 5, buf, 0); in testGetChars() 295 builder.getChars(-1, 10, buf, 1); in testGetChars() 302 builder.getChars(3, 2, buf, 0); in testGetChars() 309 builder.getChars(1, 2, null, 0); in testGetChars()
|
D | TextUtilsTest.java | 703 TextUtils.getChars(mockGetChars, start, end, destResult, destOff); in testGetChars() 717 TextUtils.getChars(mockCharSequence, start, end, destResult, destOff); in testGetChars() 732 TextUtils.getChars(mockCharSequence, start, end, destResult, destOff); in testGetChars() 748 TextUtils.getChars(mockCharSequence, start, end, destResult, destOff); in testGetChars() 764 TextUtils.getChars(mockCharSequence, start, end, destResult, destOff); in testGetChars() 774 TextUtils.getChars(mockCharSequence, -1, end, destResult, destOff); in testGetChars() 781 TextUtils.getChars(mockCharSequence, Integer.MAX_VALUE, end, destResult, destOff); in testGetChars() 791 TextUtils.getChars(mockCharSequence, start, destResult.length + 1, destResult, destOff); in testGetChars() 798 TextUtils.getChars(mockCharSequence, start, -1, destResult, destOff); in testGetChars() 808 TextUtils.getChars(mockCharSequence, start, end, destResult, Integer.MAX_VALUE); in testGetChars() [all …]
|
/cts/tools/dasm/src/java_cup/ |
D | production.java | 375 act_string.getChars(0, len, buffer, 0); in action_translate()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | KeyCharacterMapTest.java | 320 TextUtils.getChars(mCharSequence, 1, len, charsArray, 0); in testGetEvents()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 14165 public void getChars( 18356 public void getChars( 18588 public void getChars( 18804 public volatile void getChars(
|