Searched refs:macroLevel (Results 1 – 1 of 1) sorted by relevance
2558 inlineDelimiters[end].macroLevel != inlineDelimiters[start].macroLevel ||2821 int macroLevel; /// the count of nested DDoc macros when the delimiter is started member2844 int macroLevel; /// the count of nested DDoc macros when the list is started variable4223 int macroLevel = 0; in highlightText() local4313 if (previousMacroLevel < macroLevel && iParagraphStart < iLineStart) in highlightText()4315 previousMacroLevel = macroLevel; in highlightText()4404 quoteMacroLevel = macroLevel; in highlightText()4544 headingMacroLevel = macroLevel; in highlightText()4771 list.macroLevel = macroLevel; in highlightText()4814 … auto emphasis = MarkdownDelimiter(i, count, macroLevel, leftFlanking, rightFlanking, false, c); in highlightText()[all …]