Searched defs:setText (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
H A DCollationElementIterator.java272 public void setText(String source) method in class:CollationElementIterator
275 icuIterator.setText(source);
284 public void setText(CharacterIterator source) method in class:CollationElementIterator
287 icuIterator.setText(source);
H A DBreakIterator.java47 // Android-changed: Discourage modification on CharacterIterator after setText. http://b/80456574
56 * is used to scan <code>String</code> objects passed to <code>setText</code>.
58 * passed to <code>setText</code>. If the text in the <code>CharacterIterator</code> object
60 * <code>setText</code>.
120 * boundary.setText(stringToExamine);
124 * boundary.setText(stringToExamine);
199 * wb.setText(text);
374 // CharacterIterator passed to setText() may not have a begin offset
420 public void setText(String newText) method in class:BreakIterator
422 setText(ne
430 public abstract void setText(CharacterIterator newText); method in class:BreakIterator
[all...]
H A DIcuIteratorWrapper.java390 public void setText(String newText) { method in class:IcuIteratorWrapper
391 wrapped.setText(newText);
400 public void setText(CharacterIterator newText) { method in class:IcuIteratorWrapper
402 wrapped.setText(newText);
H A DStringCharacterIterator.java109 * new StringCharacterIterator objects every time their setText method
115 public void setText(String text) { method in class:StringCharacterIterator
/libcore/ojluni/src/main/java/sun/util/locale/
H A DStringTokenIterator.java102 public StringTokenIterator setText(String text) { method in class:StringTokenIterator

Completed in 424 milliseconds