Searched refs:HAS_SLOT (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 107 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx))) macro 142 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_tolower() 147 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_tolower() 164 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_toupper() 169 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper() 186 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_totitle() 192 if(HAS_SLOT(excWord, UCASE_EXC_TITLE)) { in ucase_totitle() 194 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle() 267 if(HAS_SLOT(excWord, idx)) { in ucase_addCaseClosure() 273 if(HAS_SLOT(excWord, UCASE_EXC_DELTA)) { in ucase_addCaseClosure() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/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 …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ucase.cpp | 107 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx))) macro 142 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_tolower() 147 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_tolower() 164 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_toupper() 169 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper() 186 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_totitle() 192 if(HAS_SLOT(excWord, UCASE_EXC_TITLE)) { in ucase_totitle() 194 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle() 267 if(HAS_SLOT(excWord, idx)) { in ucase_addCaseClosure() 273 if(HAS_SLOT(excWord, UCASE_EXC_DELTA)) { in ucase_addCaseClosure() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ucase.cpp | 107 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx))) macro 142 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_IS_UPPER_OR_TITLE(props)) { in ucase_tolower() 147 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_tolower() 164 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_toupper() 169 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper() 186 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_totitle() 192 if(HAS_SLOT(excWord, UCASE_EXC_TITLE)) { in ucase_totitle() 194 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle() 267 if(HAS_SLOT(excWord, idx)) { in ucase_addCaseClosure() 273 if(HAS_SLOT(excWord, UCASE_EXC_DELTA)) { in ucase_addCaseClosure() [all …]
|