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.cpp 139 c+=UCASE_GET_DELTA(props);
156 c+=UCASE_GET_DELTA(props);
173 c+=UCASE_GET_DELTA(props);
235 int32_t delta=UCASE_GET_DELTA(props);
811 result=c+UCASE_GET_DELTA(props);
955 result=c+UCASE_GET_DELTA(props);
    [all...]
ucase.h 346 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT)
348 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00) : ((uint16_t)(props)>>UCASE_DELTA_SHIFT))

Completed in 400 milliseconds