Searched refs:UCASE_EXC_LOWER (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 143 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_tolower() 144 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c); in ucase_tolower() 252 for(idx=UCASE_EXC_LOWER; idx<=UCASE_EXC_TITLE; ++idx) { in ucase_addCaseClosure() 935 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_toFullLower() 936 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe2, result); in ucase_toFullLower() 1130 } else if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_fold() 1131 idx=UCASE_EXC_LOWER; in ucase_fold() 1216 } else if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_toFullFolding() 1217 idx=UCASE_EXC_LOWER; in ucase_toFullFolding()
|
D | ucase.h | 360 UCASE_EXC_LOWER, enumerator
|