Searched refs:UCASE_IS_UPPER_OR_TITLE (Results 1 – 4 of 4) sorted by relevance
135 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()
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()