Searched refs:UCASE_EXC_LOWER (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 146 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_tolower() 147 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c); in ucase_tolower() 265 for(idx=UCASE_EXC_LOWER; idx<=UCASE_EXC_TITLE; ++idx) { in ucase_addCaseClosure() 1174 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_toFullLower() 1175 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe2, result); in ucase_toFullLower() 1383 } else if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_fold() 1384 idx=UCASE_EXC_LOWER; in ucase_fold() 1478 } else if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_toFullFolding() 1479 idx=UCASE_EXC_LOWER; in ucase_toFullFolding()
|
D | ucase.h | 391 UCASE_EXC_LOWER, enumerator
|