Searched refs:QUOTE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DPduParser.java32 private static final int QUOTE = 127; field in class:PduParser
1085 // We will have to mark again if first char is QUOTE or QUOTED_STRING_FLAG
1096 (QUOTE == temp)) {
1097 // Mark again if QUOTE and ignore it
1106 * Return *TOKEN or *TEXT (Text-String without QUOTE,
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduParser.java42 private static final int QUOTE = 127; field in class:PduParser
1120 // We will have to mark again if first char is QUOTE or QUOTED_STRING_FLAG
1131 (QUOTE == temp)) {
1132 // Mark again if QUOTE and ignore it
1141 * Return *TOKEN or *TEXT (Text-String without QUOTE,

Completed in 65 milliseconds