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

  /external/icu/icu4c/source/common/
uprops.h 66 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT)
uchar.cpp 381 value=(int32_t)GET_NUMERIC_TYPE_VALUE(props)-UPROPS_NTV_DECIMAL_START;
394 ntv=(int32_t)GET_NUMERIC_TYPE_VALUE(props);
uprops.cpp 362 int32_t ntv=(int32_t)GET_NUMERIC_TYPE_VALUE(u_getMainProperties(c));

Completed in 56 milliseconds