Searched refs:HAS_SLOT (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 107 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx))) macro 141 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_tolower() 146 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_tolower() 163 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_toupper() 168 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper() 185 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_totitle() 191 if(HAS_SLOT(excWord, UCASE_EXC_TITLE)) { in ucase_totitle() 193 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle() 266 if(HAS_SLOT(excWord, idx)) { in ucase_addCaseClosure() 272 if(HAS_SLOT(excWord, UCASE_EXC_DELTA)) { in ucase_addCaseClosure() [all …]
|