Searched refs:UCASE_IS_UPPER_OR_TITLE (Results 1 – 4 of 4) sorted by relevance
136 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()
354 #define UCASE_IS_UPPER_OR_TITLE(props) ((props)&2) macro
284 if (!UCASE_IS_UPPER_OR_TITLE(props) || (delta = UCASE_GET_DELTA(props)) == 0) { in toLower()
237 if (!UCASE_IS_UPPER_OR_TITLE(props) || (delta = UCASE_GET_DELTA(props)) == 0) { in toLower()