Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp136 c+=UCASE_GET_DELTA(props); in ucase_tolower()
158 c+=UCASE_GET_DELTA(props); in ucase_toupper()
180 c+=UCASE_GET_DELTA(props); in ucase_totitle()
247 int32_t delta=UCASE_GET_DELTA(props); in ucase_addCaseClosure()
1044 result=c+UCASE_GET_DELTA(props); in ucase_toFullLower()
1195 result=c+UCASE_GET_DELTA(props); in toUpperOrTitle()
1345 c+=UCASE_GET_DELTA(props); in ucase_fold()
1418 result=c+UCASE_GET_DELTA(props); in ucase_toFullFolding()
Ducase.h377 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro
379 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… macro
Ducasemap.cpp284 if (!UCASE_IS_UPPER_OR_TITLE(props) || (delta = UCASE_GET_DELTA(props)) == 0) { in toLower()
392 if (UCASE_GET_TYPE(props) != UCASE_LOWER || (delta = UCASE_GET_DELTA(props)) == 0) { in toUpper()
Dustrcase.cpp237 if (!UCASE_IS_UPPER_OR_TITLE(props) || (delta = UCASE_GET_DELTA(props)) == 0) { in toLower()
332 if (UCASE_GET_TYPE(props) != UCASE_LOWER || (delta = UCASE_GET_DELTA(props)) == 0) { in toUpper()