Lines Matching full:duplicate
61 * Find duplicate (redundant) character classes. Begin looking with categories.first.
62 * Duplicate, if found are returned in the categories parameter.
67 * @return true if duplicate char classes were found, false otherwise.
77 * Check for, and remove duplicate states (table rows).
118 * Find duplicate (redundant) states, beginning at the specified pair,
123 * @return true if duplicate states were found, false otherwise.
127 /** Remove a duplicate state.
128 * @param duplStates The duplicate states. The first is kept, the second is removed.
134 /** Find the next duplicate state in the safe reverse table. An iterator function.
137 * @return true if a duplicate pair of states was found.
141 /** Remove a duplicate state from the safe table.
142 * @param duplStates The duplicate states. The first is kept, the second is removed.