Searched refs:sQuoteBegin (Results 1 – 1 of 1) sorted by relevance
68 private static String sQuoteBegin; field in QuotedTextView91 sQuoteBegin = context.getResources().getString(R.string.quote_begin); in QuotedTextView()249 quotedText.append(sQuoteBegin); in setQuotedText()262 quotedText.append(sQuoteBegin); in setQuotedText()300 quotedText.append(sQuoteBegin); in setQuotedTextFromHtml()336 int pos = text.indexOf(sQuoteBegin); in containsQuotedText()361 return textString.indexOf(sQuoteBegin); in findQuotedTextIndex()