Searched refs:quotedPrintableToUtf8 (Results 1 – 3 of 3) sorted by relevance
543 output = new String(BluetoothMapUtils.quotedPrintableToUtf8(input, charset)); in testQuotedPrintableIso8859_1()566 output = new String(BluetoothMapUtils.quotedPrintableToUtf8(input, charset)); in testQuotedPrintableUTF_8()
452 str = new String(quotedPrintableToUtf8(encodedText,charset)); in stripEncoding()484 public static byte[] quotedPrintableToUtf8(String text, String charset) { in quotedPrintableToUtf8() method in BluetoothMapUtils
660 return BluetoothMapUtils.quotedPrintableToUtf8(body, charset); in decodeBody()