Searched refs:HAS_SLOT (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducase.cpp109 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx))) macro
113 * Get the value of an optional-value slot where HAS_SLOT(excWord, idx).
143 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
160 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) {
178 if(HAS_SLOT(excWord, UCASE_EXC_TITLE)) {
180 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) {
253 if(HAS_SLOT(excWord, idx)) {
261 if(HAS_SLOT(excWord, UCASE_EXC_CLOSURE)) {
272 if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) {
923 } else if(HAS_SLOT(excWor
[all...]

Completed in 50 milliseconds