Searched refs:UCASE_GET_DELTA (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Ducase.c136 c+=UCASE_GET_DELTA(props);
153 c+=UCASE_GET_DELTA(props);
170 c+=UCASE_GET_DELTA(props);
232 int32_t delta=UCASE_GET_DELTA(props);
784 result=c+UCASE_GET_DELTA(props);
928 result=c+UCASE_GET_DELTA(props);
1074 c+=UCASE_GET_DELTA(props);
1138 result=c+UCASE_GET_DELTA(props);
H A Ducase.h301 #define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro

Completed in 57 milliseconds