Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp133 c+=UCASE_GET_DELTA(props); in ucase_tolower()
150 c+=UCASE_GET_DELTA(props); in ucase_toupper()
167 c+=UCASE_GET_DELTA(props); in ucase_totitle()
229 int32_t delta=UCASE_GET_DELTA(props); in ucase_addCaseClosure()
883 result=c+UCASE_GET_DELTA(props); in ucase_toFullLower()
1029 result=c+UCASE_GET_DELTA(props); in toUpperOrTitle()
1174 c+=UCASE_GET_DELTA(props); in ucase_fold()
1239 result=c+UCASE_GET_DELTA(props); in ucase_toFullFolding()
Ducase.h342 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro
344 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… macro