OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_NUMERIC_TYPE_VALUE
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
uprops.h
64
#define
GET_NUMERIC_TYPE_VALUE
(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT)
uchar.c
378
value=(int32_t)
GET_NUMERIC_TYPE_VALUE
(props)-UPROPS_NTV_DECIMAL_START;
391
ntv=(int32_t)
GET_NUMERIC_TYPE_VALUE
(props);
uprops.cpp
349
int32_t ntv=(int32_t)
GET_NUMERIC_TYPE_VALUE
(u_getMainProperties(c));
Completed in 1018 milliseconds