Home | History | Annotate | Download | only in common

Lines Matching refs:UNICODESET_HIGH

49 #define UNICODESET_HIGH 0x0110000
69 * pinning values > UNICODESET_HIGH-1 to UNICODESET_HIGH-1.
75 } else if (c > (UNICODESET_HIGH-1)) {
76 c = (UNICODESET_HIGH-1);
157 list[0] = UNICODESET_HIGH;
184 list[0] = UNICODESET_HIGH;
416 if (c >= UNICODESET_HIGH) { // Don't need to check LOW bound
800 // the last entry is UNICODESET_HIGH.
841 UChar32 range[3] = { start, end+1, UNICODESET_HIGH };
909 if (c == (UNICODESET_HIGH - 1)) {
915 list[len++] = UNICODESET_HIGH;
1156 UChar32 range[3] = { start, end+1, UNICODESET_HIGH };
1181 UChar32 range[3] = { start, end+1, UNICODESET_HIGH };
1231 UChar32 range[3] = { start, end+1, UNICODESET_HIGH };
1391 list[0] = UNICODESET_HIGH;
1484 length=this->len-1; // Subtract 1 to ignore final UNICODESET_HIGH
1666 } else if (a != UNICODESET_HIGH) { // at this point, a == b
1671 buffer[k++] = UNICODESET_HIGH;
1725 if (a == UNICODESET_HIGH) goto loop_end;
1743 if (a == UNICODESET_HIGH) goto loop_end;
1746 if (b == UNICODESET_HIGH) goto loop_end;
1761 if (a == UNICODESET_HIGH) goto loop_end;
1777 if (a == UNICODESET_HIGH) goto loop_end;
1787 buffer[k++] = UNICODESET_HIGH; // terminate
1823 if (a == UNICODESET_HIGH) goto loop_end;
1841 if (a == UNICODESET_HIGH) goto loop_end;
1858 if (a == UNICODESET_HIGH) goto loop_end;
1874 if (a == UNICODESET_HIGH) goto loop_end;
1884 buffer[k++] = UNICODESET_HIGH; // terminate