Searched refs:UCASE_EXC_FULL_MAPPINGS (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 292 if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_addCaseClosure() 294 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength); in ucase_addCaseClosure() 1158 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_toFullLower() 1159 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower() 1235 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in toUpperOrTitle() 1236 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle() 1450 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_toFullFolding() 1451 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullFolding()
|
D | ucase.h | 398 UCASE_EXC_FULL_MAPPINGS, enumerator
|