Searched refs:ESCAPE_CHAR (Results 1 – 4 of 4) sorted by relevance
23 private static byte ESCAPE_CHAR = '='; field in QuotedPrintable46 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()
364 const char16_t ESCAPE_CHAR = '\\'; in text() local367 if (!escape && c == ESCAPE_CHAR) { in text()381 result.append(&ESCAPE_CHAR, 1); in text()
449 const char ESCAPE_CHAR = '\\'; in Text() local452 if (!escape && c == ESCAPE_CHAR) { in Text()466 result.append(&ESCAPE_CHAR, 1); in Text()
59 private static byte ESCAPE_CHAR = '='; field in VCardUtils.QuotedPrintableCodecPort68 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()