Home
last modified time | relevance | path

Searched refs:UCASE_GET_DELTA (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Ducase.c415 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()
Ducase.h311 #define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro