Searched refs:destinations (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtilsTest.java | 1633 CharSequence destinations[] = new CharSequence[] { "text" }; in testReplace() local 1635 sources, destinations); in testReplace() 1640 destinations = new CharSequence[] {"was", "", "to be replaced"}; in testReplace() 1641 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace() 1646 destinations = new CharSequence[] {"was", "", "to be replaced"}; in testReplace() 1647 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace() 1651 destinations = new CharSequence[] {"was", "to be replaced"}; in testReplace() 1653 TextUtils.replace(template, sources, destinations); in testReplace() 1660 TextUtils.replace(null, sources, destinations); in testReplace() 1666 TextUtils.replace(template, null, destinations); in testReplace()
|