Lines Matching refs:HAS_SLOT
110 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx))) macro
144 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_tolower()
161 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper()
179 if(HAS_SLOT(excWord, UCASE_EXC_TITLE)) { in ucase_totitle()
181 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle()
254 if(HAS_SLOT(excWord, idx)) { in ucase_addCaseClosure()
262 if(HAS_SLOT(excWord, UCASE_EXC_CLOSURE)) { in ucase_addCaseClosure()
273 if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_addCaseClosure()
924 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_toFullLower()
936 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_toFullLower()
995 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in toUpperOrTitle()
1024 if(!upperNotTitle && HAS_SLOT(excWord, UCASE_EXC_TITLE)) { in toUpperOrTitle()
1026 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in toUpperOrTitle()
1129 if(HAS_SLOT(excWord, UCASE_EXC_FOLD)) { in ucase_fold()
1131 } else if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_fold()
1196 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_toFullFolding()
1215 if(HAS_SLOT(excWord, UCASE_EXC_FOLD)) { in ucase_toFullFolding()
1217 } else if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_toFullFolding()