Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducase.cpp139 c+=UCASE_GET_DELTA(props); in ucase_tolower()
156 c+=UCASE_GET_DELTA(props); in ucase_toupper()
173 c+=UCASE_GET_DELTA(props); in ucase_totitle()
235 int32_t delta=UCASE_GET_DELTA(props); in ucase_addCaseClosure()
811 result=c+UCASE_GET_DELTA(props); in ucase_toFullLower()
955 result=c+UCASE_GET_DELTA(props); in toUpperOrTitle()
1101 c+=UCASE_GET_DELTA(props); in ucase_fold()
1165 result=c+UCASE_GET_DELTA(props); in ucase_toFullFolding()
Ducase.h346 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro
348 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… macro