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

/external/icu4c/common/
H A Ducase.c141 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
142 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c);
250 for(idx=UCASE_EXC_LOWER; idx<=UCASE_EXC_TITLE; ++idx) {
909 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
910 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe2, result);
1104 } else if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
1105 idx=UCASE_EXC_LOWER;
1190 } else if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
1191 idx=UCASE_EXC_LOWER;
H A Ducase.h315 UCASE_EXC_LOWER, enumerator in enum:__anon4651
/external/icu4c/tools/gencase/
H A Dstore.c918 excWord|=U_MASK(UCASE_EXC_LOWER);

Completed in 73 milliseconds