Home
last modified time | relevance | path

Searched refs:simpleKeyContext (Results 1 – 1 of 1) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
DEmitter.java117 private boolean simpleKeyContext; field in Emitter
171 simpleKeyContext = false; in Emitter()
386 simpleKeyContext = simpleKey; in expectNode()
771 if (!(simpleKeyContext && (analysis.empty || analysis.multiline)) in chooseScalarStyle()
777 if (flowLevel == 0 && !simpleKeyContext && analysis.allowBlock) { in chooseScalarStyle()
782 if (analysis.allowSingleQuoted && !(simpleKeyContext && analysis.multiline)) { in chooseScalarStyle()
797 boolean split = !simpleKeyContext && splitLines; in processScalar()