Searched refs:NULL_OR_LINEBR (Results 1 – 3 of 3) sorted by relevance
33 public final static Constant NULL_OR_LINEBR = new Constant(NULL_OR_LINEBR_S); field in Constant
1199 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()
43 return Constant.NULL_OR_LINEBR.has(ch); in isLineBreak()