Searched refs:ENCODING (Results 1 – 4 of 4) sorted by relevance
38 self.ENCODING = "utf-8"39 self.XML_HEADER = '<?xml version="1.0" encoding="%s"?>' % self.ENCODING204 with open(filenames[modifier], "wt", encoding=self.ENCODING) as xmlfile:
1313 public static final String ENCODING = "encoding"; field1393 AttachmentColumns.LOCATION, AttachmentColumns.ENCODING, AttachmentColumns.CONTENT,1574 values.put(AttachmentColumns.ENCODING, mEncoding); in toContentValues()
193 NON-COMMERCIAL USE OF A CONSUMER FOR (i) ENCODING VIDEO IN COMPLIANCE WITH THE MPEG-4 VISUAL
642 + AttachmentColumns.ENCODING + " text, " in createAttachmentTable()