Searched refs:indentAmount (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexYAML.cxx64 unsigned int indentAmount = SpaceCount(lineBuffer); local
71 if (indentAmount > parentIndentAmount) {
117 styler.SetLineState(currentLine, YAML_STATE_TEXT_PARENT | indentAmount);
121 styler.SetLineState(currentLine, YAML_STATE_TEXT_PARENT | indentAmount);

Completed in 18 milliseconds