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

  /external/chromium/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 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...]

Completed in 63 milliseconds