Home
last modified time | relevance | path

Searched defs:UCASE_GET_DELTA (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Ducase.h377 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro
379 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… macro