Searched refs:destinations (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtilsTest.java | 1622 CharSequence destinations[] = new CharSequence[] { "text" }; in testReplace() local 1624 sources, destinations); in testReplace() 1629 destinations = new CharSequence[] {"was", "", "to be replaced"}; in testReplace() 1630 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace() 1635 destinations = new CharSequence[] {"was", "", "to be replaced"}; in testReplace() 1636 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace() 1640 destinations = new CharSequence[] {"was", "to be replaced"}; in testReplace() 1642 TextUtils.replace(template, sources, destinations); in testReplace() 1649 TextUtils.replace(null, sources, destinations); in testReplace() 1655 TextUtils.replace(template, null, destinations); in testReplace()
|