Home
last modified time | relevance | path

Searched refs:ESCAPE_CHAR (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/common/com/google/android/mms/pdu/
DQuotedPrintable.java25 private static byte ESCAPE_CHAR = '='; field in QuotedPrintable
49 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()
/frameworks/base/tools/aapt/
Dpseudolocalize.cpp365 const char16_t ESCAPE_CHAR = '\\'; in text() local
368 if (!escape && c == ESCAPE_CHAR) { in text()
382 result.append(&ESCAPE_CHAR, 1); in text()
/frameworks/base/tools/aapt2/compile/
DPseudolocalizer.cpp457 const char ESCAPE_CHAR = '\\'; in Text() local
460 if (!escape && c == ESCAPE_CHAR) { in Text()
474 result.append(&ESCAPE_CHAR, 1); in Text()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardUtils.java59 private static byte ESCAPE_CHAR = '='; field in VCardUtils.QuotedPrintableCodecPort
68 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()