Searched defs:getText (Results 1 - 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/java/text/ |
H A D | BreakIterator.java | 408 public abstract CharacterIterator getText(); method in class:BreakIterator
|
H A D | IcuIteratorWrapper.java | 334 CharacterIterator text = getText(); 350 CharacterIterator text = getText(); 364 CharacterIterator text = getText(); 386 public CharacterIterator getText() { method in class:IcuIteratorWrapper 387 return wrapped.getText();
|
/libcore/ojluni/src/main/java/java/time/format/ |
H A D | DateTimeTextProvider.java | 141 public String getText(TemporalField field, long value, TextStyle style, Locale locale) { method in class:DateTimeTextProvider 144 return ((LocaleStore) store).getText(value, style); 164 public String getText(Chronology chrono, TemporalField field, long value, method in class:DateTimeTextProvider 168 return getText(field, value, style, locale); 527 String getText(long value, TextStyle style) { method in class:DateTimeTextProvider.LocaleStore
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
H A D | XmlPullParser.java | 48 * the text content can be retrieved using the getText() method. 100 * System.out.println("Text "+xpp.<a href="#getText()">getText()</a>); 125 * @see #getText 214 * Character data was read and will is available by calling getText(). 222 * be normalized, whereas getText() will 230 * @see #getText 242 * by calling getText(). 245 * @see #getText 253 * the replacement text can be obtained by calling getText(); otherwis 711 String getText (); method in interface:XmlPullParser [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
H A D | XmlPullParserFactoryTest.java | 294 public String getText() { method in class:XmlPullParserFactoryTest.XmlPullParserStub
|
/libcore/xml/src/main/java/org/kxml2/io/ |
H A D | KXmlParser.java | 1899 buf.append(getText()); 1903 String text = getText(); 1950 public String getText() { method in class:KXmlParser 1961 String text = getText(); 2081 result = getText();
|
Completed in 147 milliseconds