Searched refs:UCASE_GET_DELTA (Results 1 – 2 of 2) sorted by relevance
140 c+=UCASE_GET_DELTA(props); in ucase_tolower()157 c+=UCASE_GET_DELTA(props); in ucase_toupper()174 c+=UCASE_GET_DELTA(props); in ucase_totitle()236 int32_t delta=UCASE_GET_DELTA(props); in ucase_addCaseClosure()825 result=c+UCASE_GET_DELTA(props); in ucase_toFullLower()971 result=c+UCASE_GET_DELTA(props); in toUpperOrTitle()1117 c+=UCASE_GET_DELTA(props); in ucase_fold()1182 result=c+UCASE_GET_DELTA(props); in ucase_toFullFolding()
349 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro351 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… macro