Home | History | Annotate | Download | only in utility

Lines Matching refs:ics

42         final SimpleIcsWriter ics = new SimpleIcsWriter();
43 ics.writeTag("TAG1", null);
44 ics.writeTag("TAG2", "");
45 ics.writeTag("TAG3", "xyz");
46 ics.writeTag("SUMMARY", "TEST-TEST,;\r\n\\TEST");
47 ics.writeTag("SUMMARY2", "TEST-TEST,;\r\n\\TEST");
48 final String actual = Utility.fromUtf8(ics.getBytes());
81 final SimpleIcsWriter ics = new SimpleIcsWriter();
82 ics.writeLine(input);
83 final byte[] bytes = ics.getBytes();