Searched refs:UCASE_EXC_FULL_MAPPINGS (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 272 if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_addCaseClosure() 274 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength); in ucase_addCaseClosure() 923 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_toFullLower() 924 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower() 994 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in toUpperOrTitle() 995 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle() 1195 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_toFullFolding() 1196 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullFolding()
|
D | ucase.h | 367 UCASE_EXC_FULL_MAPPINGS, enumerator
|