Lines Matching refs:UNICODESET_HIGH
49 #define UNICODESET_HIGH 0x0110000 macro
75 } else if (c > (UNICODESET_HIGH-1)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
76 c = (UNICODESET_HIGH-1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
157 list[0] = UNICODESET_HIGH; in UnicodeSet()
184 list[0] = UNICODESET_HIGH; in UnicodeSet()
416 if (c >= UNICODESET_HIGH) { // Don't need to check LOW bound in contains()
841 UChar32 range[3] = { start, end+1, UNICODESET_HIGH }; in add()
909 if (c == (UNICODESET_HIGH - 1)) { in add()
915 list[len++] = UNICODESET_HIGH; in add()
1156 UChar32 range[3] = { start, end+1, UNICODESET_HIGH }; in retain()
1181 UChar32 range[3] = { start, end+1, UNICODESET_HIGH }; in remove()
1231 UChar32 range[3] = { start, end+1, UNICODESET_HIGH }; in complement()
1391 list[0] = UNICODESET_HIGH; in clear()
1533 list[len++]=UNICODESET_HIGH; in UnicodeSet()
1743 } else if (a != UNICODESET_HIGH) { // at this point, a == b in exclusiveOr()
1748 buffer[k++] = UNICODESET_HIGH; in exclusiveOr()
1802 if (a == UNICODESET_HIGH) goto loop_end; in add()
1820 if (a == UNICODESET_HIGH) goto loop_end; in add()
1823 if (b == UNICODESET_HIGH) goto loop_end; in add()
1838 if (a == UNICODESET_HIGH) goto loop_end; in add()
1854 if (a == UNICODESET_HIGH) goto loop_end; in add()
1864 buffer[k++] = UNICODESET_HIGH; // terminate in add()
1900 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1918 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1935 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1951 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1961 buffer[k++] = UNICODESET_HIGH; // terminate in retain()