Home
last modified time | relevance | path

Searched refs:textBuffer (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DSupport_SimpleDateFormat.java63 StringBuffer textBuffer = new StringBuffer(); in t_format_with_FieldPosition() local
65 textBuffer.append("AD AD 1999 99 1999 9 09 Sep September 13 13 013 "); in t_format_with_FieldPosition()
66 textBuffer.append("17 17 017 17 17 017 5 05 005 19 019 1 01 001 0 00 000 Mon Monday "); in t_format_with_FieldPosition()
67 textBuffer.append("256 256 256 2 02 38 038 3 003 "); in t_format_with_FieldPosition()
68 textBuffer.append("PM PM 5 005 GMT-05:00 GMT-05:00 -0500 GMT-05:00"); in t_format_with_FieldPosition()
71 super.text = textBuffer.toString(); in t_format_with_FieldPosition()
/libcore/ojluni/src/main/java/java/text/
DAttributedString.java246 StringBuffer textBuffer = new StringBuffer(); in AttributedString() local
249 textBuffer.append(c); in AttributedString()
250 this.text = textBuffer.toString(); in AttributedString()