Searched refs:UCASE_EXC_LOWER (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 145 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_tolower() 146 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c); in ucase_tolower() 254 for(idx=UCASE_EXC_LOWER; idx<=UCASE_EXC_TITLE; ++idx) { in ucase_addCaseClosure() 950 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_toFullLower() 951 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe2, result); in ucase_toFullLower() 1147 } else if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_fold() 1148 idx=UCASE_EXC_LOWER; in ucase_fold() 1234 } else if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_toFullFolding() 1235 idx=UCASE_EXC_LOWER; in ucase_toFullFolding()
|
D | ucase.h | 363 UCASE_EXC_LOWER, enumerator
|