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

  /external/icu4c/common/
uprops.h 64 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT)
uchar.c 380 value=(int32_t)GET_NUMERIC_TYPE_VALUE(props)-UPROPS_NTV_DECIMAL_START;
393 ntv=(int32_t)GET_NUMERIC_TYPE_VALUE(props);
uprops.cpp 348 int32_t ntv=(int32_t)GET_NUMERIC_TYPE_VALUE(u_getMainProperties(c));

Completed in 30 milliseconds