Searched refs:allowUnicode (Results 1 – 2 of 2) sorted by relevance
163 private boolean allowUnicode = true; field in DumperOptions180 return allowUnicode; in isAllowUnicode()193 public void setAllowUnicode(boolean allowUnicode) { in setAllowUnicode() argument194 this.allowUnicode = allowUnicode; in setAllowUnicode()
136 private boolean allowUnicode; field in Emitter189 this.allowUnicode = opts.isAllowUnicode(); in Emitter()983 if (!this.allowUnicode) { in analyzeScalar()1234 } else if (!this.allowUnicode || !StreamReader.isPrintable(ch)) { in writeDoubleQuoted()