Home | History | Annotate | Download | only in src

Lines Matching refs:Position

162 // Search in type list, return position or -1 if not found
180 int Position;
185 Position = IsInSet(Type, c);
187 if (Position != -1) {
189 *index = Position;
196 Position = IsInSet(Type, c);
198 if (Position != -1) {
200 *index = Position;