Searched refs:UCASE_GET_DELTA (Results 1 – 2 of 2) sorted by relevance
138 c+=UCASE_GET_DELTA(props); in ucase_tolower()155 c+=UCASE_GET_DELTA(props); in ucase_toupper()172 c+=UCASE_GET_DELTA(props); in ucase_totitle()234 int32_t delta=UCASE_GET_DELTA(props); in ucase_addCaseClosure()810 result=c+UCASE_GET_DELTA(props); in ucase_toFullLower()954 result=c+UCASE_GET_DELTA(props); in toUpperOrTitle()1100 c+=UCASE_GET_DELTA(props); in ucase_fold()1164 result=c+UCASE_GET_DELTA(props); in ucase_toFullFolding()
346 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro348 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… macro