Home | History | Annotate | Download | only in unicode

Lines Matching full:complement

53  * <code>complement</code> taking an argument, and a boolean NOT is
54 * implemented by <code>complement</code> with no argument. In terms
57 * is an asymmetric difference, and <code>complement</code> with no
58 * argument is a set complement with respect to the superset range
126 * specify their union. To complement a set, place a '^' immediately
1105 * Complement EACH of the characters in this string. Note: "ch" == {"c", "h"}
1204 * its value is its complement. This is equivalent to
1205 * <code>complement(MIN_VALUE, MAX_VALUE)</code>.
1209 virtual UnicodeSet& complement(void);
1225 virtual UnicodeSet& complement(UChar32 start, UChar32 end);
1234 UnicodeSet& complement(UChar32 c);
1237 * Complement the specified string in this set.
1242 * @param s the string to complement
1246 UnicodeSet& complement(const UnicodeString& s);