Lines Matching refs:UNICODESET_HIGH
47 #define UNICODESET_HIGH 0x0110000 macro
73 } else if (c > (UNICODESET_HIGH-1)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
74 c = (UNICODESET_HIGH-1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
149 list[0] = UNICODESET_HIGH; in UnicodeSet()
171 list[0] = UNICODESET_HIGH; in UnicodeSet()
362 if (c >= UNICODESET_HIGH) { // Don't need to check LOW bound in contains()
787 UChar32 range[3] = { start, end+1, UNICODESET_HIGH }; in add()
855 if (c == (UNICODESET_HIGH - 1)) { in add()
857 list[len++] = UNICODESET_HIGH; in add()
1082 UChar32 range[3] = { start, end+1, UNICODESET_HIGH }; in retain()
1107 UChar32 range[3] = { start, end+1, UNICODESET_HIGH }; in remove()
1157 UChar32 range[3] = { start, end+1, UNICODESET_HIGH }; in complement()
1305 list[0] = UNICODESET_HIGH; in clear()
1545 } else if (a != UNICODESET_HIGH) { // at this point, a == b in exclusiveOr()
1550 buffer[k++] = UNICODESET_HIGH; in exclusiveOr()
1599 if (a == UNICODESET_HIGH) goto loop_end; in add()
1617 if (a == UNICODESET_HIGH) goto loop_end; in add()
1620 if (b == UNICODESET_HIGH) goto loop_end; in add()
1635 if (a == UNICODESET_HIGH) goto loop_end; in add()
1651 if (a == UNICODESET_HIGH) goto loop_end; in add()
1661 buffer[k++] = UNICODESET_HIGH; // terminate in add()
1692 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1710 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1727 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1743 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1753 buffer[k++] = UNICODESET_HIGH; // terminate in retain()