HomeSort by relevance Sort by last modified time
    Searched refs:UNICODESET_HIGH (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uniset.cpp 47 #define UNICODESET_HIGH 0x0110000
67 * pinning values > UNICODESET_HIGH-1 to UNICODESET_HIGH-1.
73 } else if (c > (UNICODESET_HIGH-1)) {
74 c = (UNICODESET_HIGH-1);
155 list[0] = UNICODESET_HIGH;
182 list[0] = UNICODESET_HIGH;
414 if (c >= UNICODESET_HIGH) { // Don't need to check LOW bound
798 // the last entry is UNICODESET_HIGH.
839 UChar32 range[3] = { start, end+1, UNICODESET_HIGH };
    [all...]
  /external/icu4c/common/
uniset.cpp 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 };
    [all...]

Completed in 2663 milliseconds