Searched refs:lessThanOrEqual (Results 1 – 10 of 10) sorted by relevance
216 public abstract int lessThanOrEqual(IntegerValue other); in lessThanOrEqual() method in IntegerValue236 return -lessThanOrEqual(other); in greaterThan()455 public int lessThanOrEqual(UnknownIntegerValue other) in lessThanOrEqual() method in IntegerValue457 return lessThanOrEqual((IntegerValue)other); in lessThanOrEqual()479 return -lessThanOrEqual(other); in greaterThan()699 public int lessThanOrEqual(SpecificIntegerValue other) in lessThanOrEqual() method in IntegerValue701 return lessThanOrEqual((IntegerValue)other); in lessThanOrEqual()723 return -lessThanOrEqual(other); in greaterThan()943 public int lessThanOrEqual(ParticularIntegerValue other) in lessThanOrEqual() method in IntegerValue945 return lessThanOrEqual((SpecificIntegerValue)other); in lessThanOrEqual()[all …]
189 public int lessThanOrEqual(IntegerValue other) in lessThanOrEqual() method in SpecificIntegerValue327 public int lessThanOrEqual(SpecificIntegerValue other) in lessThanOrEqual() method in SpecificIntegerValue
221 public int lessThanOrEqual(IntegerValue other) in lessThanOrEqual() method in ParticularIntegerValue349 public int lessThanOrEqual(ParticularIntegerValue other) in lessThanOrEqual() method in ParticularIntegerValue
191 public int lessThanOrEqual(IntegerValue other) in lessThanOrEqual() method in UnknownIntegerValue
47 return left.lessThanOrEqual(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
476 private boolean lessThanOrEqual( in lessThanOrEqual() method526 if (lessThanOrEqual(a, b)) in sort()
478 private boolean lessThanOrEqual( in lessThanOrEqual() method528 if (lessThanOrEqual(a, b)) in sort()
561 public boolean lessThanOrEqual(XObject obj2) in lessThanOrEqual() method in XObject619 return obj2.lessThanOrEqual(this); in greaterThanOrEqual()
658 public boolean lessThanOrEqual(XObject obj2) throws javax.xml.transform.TransformerException in lessThanOrEqual() method in XNodeSet
796 stack.ipop().lessThanOrEqual(valueFactory.createIntegerValue(0))); in visitBranchInstruction()819 stack.ipop().lessThanOrEqual(stack.ipop())); in visitBranchInstruction()