Searched refs:MaxLengthBit (Results 1 – 3 of 3) sorted by relevance
61 … (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLengthBit)) in ApplyRestriction()88 … (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLengthBit)) in ApplyRestriction()94 if (aRestriction.HasFeature(Restriction.MaxLengthBit)) in ApplyRestriction()238 else if (aRestriction.HasFeature(Restriction.MinLengthBit | Restriction.MaxLengthBit)) in CheckLengthRestriction()243 else if (aRestriction.HasFeature(Restriction.MaxLengthBit)) in CheckLengthRestriction()
48 public final static int MaxLengthBit = 0x0040; field in Restriction128 if (HasFeature(MaxLengthBit)) in toString()201 assert( ! HasFeature(MinLengthBit|MaxLengthBit)); in SetLength()222 mnFeatures |= MaxLengthBit; in SetMaxLength()
406 if (aNode.HasFeature(Restriction.MaxLengthBit)) in Visit()