MCPcopy Create free account
hub / github.com/M66B/FairEmail / withinBlockquote

Method withinBlockquote

app/src/main/java/eu/faircode/email/HtmlEx.java:234–241  ·  view source on GitHub ↗
(StringBuilder out, Spanned text, int start, int end,
                                               int option)

Source from the content-addressed store, hash-verified

232 }
233
234 private /* static */ void withinBlockquote(StringBuilder out, Spanned text, int start, int end,
235 int option) {
236 if ((option & TO_HTML_PARAGRAPH_FLAG) == TO_HTML_PARAGRAPH_LINES_CONSECUTIVE) {
237 withinBlockquoteConsecutive(out, text, start, end);
238 } else {
239 withinBlockquoteIndividual(out, text, start, end);
240 }
241 }
242
243 private /* static */ void withinBlockquoteIndividual(StringBuilder out, Spanned text, int start,
244 int end) {

Callers 1

withinDivMethod · 0.95

Tested by

no test coverage detected