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

  /external/icu4c/common/
uprops.cpp 412 int32_t gcb=(int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT;
431 return (int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT;
494 return (uprv_getMaxValues(2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT;
uprops.h 171 #define UPROPS_GCB_MASK 0x000003e0
  /external/chromium/third_party/icu/source/common/
uprops.c 282 return (int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT;
345 return (uprv_getMaxValues(2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT;
uprops.h 183 #define UPROPS_GCB_MASK 0x000003e0
  /external/chromium/third_party/icu/source/tools/genprops/
props2.c 135 2, UPROPS_GCB_SHIFT, UPROPS_GCB_MASK
  /external/icu4c/tools/genprops/
props2.c 135 2, UPROPS_GCB_SHIFT, UPROPS_GCB_MASK

Completed in 565 milliseconds