Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duniset.cpp49 #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()
[all …]