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

  /external/icu4c/common/
uprops.h 130 #define UPROPS_BLOCK_MASK 0x0001ff00
uchar.c 641 return (UBlockCode)((u_getUnicodeProperties(c, 0)&UPROPS_BLOCK_MASK)>>UPROPS_BLOCK_SHIFT);
uprops.cpp 428 { 0, UPROPS_BLOCK_MASK, UPROPS_BLOCK_SHIFT, defaultGetValue, defaultGetMaxValue },

Completed in 671 milliseconds