Searched refs:MinLengthBit (Results 1 – 3 of 3) sorted by relevance
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()92 if (aRestriction.HasFeature(Restriction.MinLengthBit)) in ApplyRestriction()238 else if (aRestriction.HasFeature(Restriction.MinLengthBit | Restriction.MaxLengthBit)) in CheckLengthRestriction()241 else if (aRestriction.HasFeature(Restriction.MinLengthBit)) in CheckLengthRestriction()
47 public final static int MinLengthBit = 0x0020; field in Restriction123 if (HasFeature(MinLengthBit)) in toString()201 assert( ! HasFeature(MinLengthBit|MaxLengthBit)); in SetLength()212 mnFeatures |= MinLengthBit; in SetMinLength()
404 if (aNode.HasFeature(Restriction.MinLengthBit)) in Visit()