Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationMessageData.java159 private static final Character QUOTE_CHAR = '\''; field in ConversationMessageData
222 Assert.isTrue(QUOTE_CHAR == mustBeQuote); in splitQuotedString()
225 if (currentChar == QUOTE_CHAR) { in splitQuotedString()
229 if (peekAhead == QUOTE_CHAR) { in splitQuotedString()