Searched refs:QUOTE_CHAR (Results 1 – 1 of 1) sorted by relevance
159 private static final Character QUOTE_CHAR = '\''; field in ConversationMessageData222 Assert.isTrue(QUOTE_CHAR == mustBeQuote); in splitQuotedString()225 if (currentChar == QUOTE_CHAR) { in splitQuotedString()229 if (peekAhead == QUOTE_CHAR) { in splitQuotedString()