Lines Matching defs:_sdlRestrictions
137 struct _sdlRestrictions { struct
138 HashTable *enumeration; /* array of sdlRestrictionCharPtr */
139 sdlRestrictionIntPtr minExclusive;
140 sdlRestrictionIntPtr minInclusive;
141 sdlRestrictionIntPtr maxExclusive;
142 sdlRestrictionIntPtr maxInclusive;
143 sdlRestrictionIntPtr totalDigits;
144 sdlRestrictionIntPtr fractionDigits;
145 sdlRestrictionIntPtr length;
146 sdlRestrictionIntPtr minLength;
147 sdlRestrictionIntPtr maxLength;
148 sdlRestrictionCharPtr whiteSpace;
149 sdlRestrictionCharPtr pattern;