Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp136 if(UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_tolower()
142 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_tolower()
1044 if(UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_toFullLower()
1170 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_toFullLower()
1345 if(UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_fold()
1377 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_fold()
1418 if(UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_toFullFolding()
1472 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_toFullFolding()
Ducase.h354 #define UCASE_IS_UPPER_OR_TITLE(props) ((props)&2) macro
Ducasemap.cpp284 if (!UCASE_IS_UPPER_OR_TITLE(props) || (delta = UCASE_GET_DELTA(props)) == 0) { in toLower()
Dustrcase.cpp237 if (!UCASE_IS_UPPER_OR_TITLE(props) || (delta = UCASE_GET_DELTA(props)) == 0) { in toLower()