Resolve error in StaticLayout_Delegate when compiling with ICU 60

- New method setText(CharSequence) is added in ICU 60
http://icu-project.org/apiref/icu4j/com/ibm/icu/text/BreakIterator.html#setText-java.lang.CharSequence-
- javax.swing.text.Segment implements both CharSequence and
CharacterIterator
- Specify the type to use the old method setText(CharacterIterator)

Test: m checkbuild
Bug: 69729877

Merged-In: I4ee92791e108cb8de9d8fdaf1ef8484cb846463c
Change-Id: I480dfdc835b39d57be4e8de5cd7a1afab8118c68
1 file changed