Home
last modified time | relevance | path

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

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DConstant.java33 public final static Constant NULL_OR_LINEBR = new Constant(NULL_OR_LINEBR_S); field in Constant
DScannerImpl.java1199 while (Constant.NULL_OR_LINEBR.hasNo(reader.peek(ff))) { in scanToNextToken()
1237 while (Constant.NULL_OR_LINEBR.hasNo(reader.peek(ff))) { in scanDirective()
1400 while (Constant.NULL_OR_LINEBR.hasNo(reader.peek(ff))) { in scanDirectiveIgnoredLine()
1605 while (Constant.NULL_OR_LINEBR.hasNo(reader.peek(length))) { in scanBlockScalar()
1724 while (Constant.NULL_OR_LINEBR.hasNo(reader.peek(ff))) { in scanBlockScalarIgnoredLine()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
DMark.java43 return Constant.NULL_OR_LINEBR.has(ch); in isLineBreak()