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.cpp135 if(UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_tolower()
141 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_tolower()
1043 if(UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_toFullLower()
1169 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_toFullLower()
1344 if(UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_fold()
1376 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_fold()
1417 if(UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_toFullFolding()
1471 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()