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

/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduComposer.java73 static private final int QUOTED_STRING_FLAG = 34; field in class:PduComposer
435 append(QUOTED_STRING_FLAG);
H A DPduParser.java45 private static final int QUOTED_STRING_FLAG = 34; field in class:PduParser
1084 // We will have to mark again if first char is QUOTE or QUOTED_STRING_FLAG
1091 (QUOTED_STRING_FLAG == temp)) {
1092 // Mark again if QUOTED_STRING_FLAG and ignore it
1106 * Quoted-String without QUOTED_STRING_FLAG and without End-of-string)

Completed in 32 milliseconds