Searched refs:ESCAPE_CHAR (Results 1 – 4 of 4) sorted by relevance
25 private static byte ESCAPE_CHAR = '='; field in QuotedPrintable49 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()
365 const char16_t ESCAPE_CHAR = '\\'; in text() local368 if (!escape && c == ESCAPE_CHAR) { in text()382 result.append(&ESCAPE_CHAR, 1); in text()
457 const char ESCAPE_CHAR = '\\'; in Text() local460 if (!escape && c == ESCAPE_CHAR) { in Text()474 result.append(&ESCAPE_CHAR, 1); in Text()
59 private static byte ESCAPE_CHAR = '='; field in VCardUtils.QuotedPrintableCodecPort68 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()