Searched refs:UCASE_GET_DELTA (Results 1 – 2 of 2) sorted by relevance
415 c+=UCASE_GET_DELTA(props); in ucase_tolower()433 c+=UCASE_GET_DELTA(props); in ucase_toupper()451 c+=UCASE_GET_DELTA(props); in ucase_totitle()507 int32_t delta=UCASE_GET_DELTA(props); in ucase_addCaseClosure()1062 result=c+UCASE_GET_DELTA(props); in ucase_toFullLower()1209 result=c+UCASE_GET_DELTA(props); in toUpperOrTitle()1356 c+=UCASE_GET_DELTA(props); in ucase_fold()1425 result=c+UCASE_GET_DELTA(props); in ucase_toFullFolding()
311 #define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro