Searched refs:UNICODESET_HIGH (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Duniset.cpp48 #define UNICODESET_HIGH 0x0110000 macro
68 * pinning values > UNICODESET_HIGH-1 to UNICODESET_HIGH-1.
74 } else if (c > (UNICODESET_HIGH-1)) {
75 c = (UNICODESET_HIGH-1);
156 list[0] = UNICODESET_HIGH;
183 list[0] = UNICODESET_HIGH;
415 if (c >= UNICODESET_HIGH) { // Don't need to check LOW bound
799 // the last entry is UNICODESET_HIGH.
840 UChar32 range[3] = { start, end+1, UNICODESET_HIGH };
[all...]

Completed in 59 milliseconds