Searched refs:LengthBit (Results 1 – 4 of 4) sorted by relevance
46 public final static int LengthBit = 0x0010; field in Restriction118 if (HasFeature(LengthBit)) in toString()202 mnFeatures |= LengthBit; in SetLength()211 assert( ! HasFeature(LengthBit)); in SetMinLength()221 assert( ! HasFeature(LengthBit)); in SetMaxLength()
61 …if (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLengthBi… in ApplyRestriction()88 …else if (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLen… in ApplyRestriction()90 if (aRestriction.HasFeature(Restriction.LengthBit)) in ApplyRestriction()236 if (aRestriction.HasFeature(Restriction.LengthBit)) in CheckLengthRestriction()
59 if (aRestriction.GetFeatureBits() != Restriction.LengthBit) in ApplyRestriction()
402 if (aNode.HasFeature(Restriction.LengthBit)) in Visit()