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

  /external/icu4c/common/
ucase.c 136 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);
    [all...]
ucase.h 301 #define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT)

Completed in 109 milliseconds