Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DQuotedPrintable.java23 private static byte ESCAPE_CHAR = '='; field in QuotedPrintable
46 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()
/frameworks/base/tools/aapt/
Dpseudolocalize.cpp364 const char16_t ESCAPE_CHAR = '\\'; in text() local
367 if (!escape && c == ESCAPE_CHAR) { in text()
381 result.append(&ESCAPE_CHAR, 1); in text()
/frameworks/base/tools/aapt2/compile/
DPseudolocalizer.cpp449 const char ESCAPE_CHAR = '\\'; in Text() local
452 if (!escape && c == ESCAPE_CHAR) { in Text()
466 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()