Home | History | Annotate | Download | only in common

Lines Matching refs:complement

35 #define COMPLEMENT      ((UChar)0x005E) /*^*/
185 complement(start, end);
824 complement(start, end);
1085 * Complement EACH of the characters in this string. Note: "ch" == {"c", "h"}
1226 UnicodeSet& UnicodeSet::complement(UChar32 start, UChar32 end) {
1238 UnicodeSet& UnicodeSet::complement(UChar32 c) {
1239 return complement(c, c);
1244 * <code>complement(MIN_VALUE, MAX_VALUE)</code>.
1246 UnicodeSet& UnicodeSet::complement(void) {
1273 * Complement the specified string in this set.
1277 * @param s the string to complement
1280 UnicodeSet& UnicodeSet::complement(const UnicodeString& s) {
1291 complement((UChar32)cp, (UChar32)cp);
1920 case COMPLEMENT:
2020 result.append(COMPLEMENT);