Searched refs:textBuffer (Results 1 – 2 of 2) sorted by relevance
63 StringBuffer textBuffer = new StringBuffer(); in t_format_with_FieldPosition() local65 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()
246 StringBuffer textBuffer = new StringBuffer(); in AttributedString() local249 textBuffer.append(c); in AttributedString()250 this.text = textBuffer.toString(); in AttributedString()