Home
last modified time | relevance | path

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

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