Searched refs:GET_SLOT_VALUE (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 121 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) \ macro 144 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c); in ucase_tolower() 161 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper() 185 GET_SLOT_VALUE(excWord, idx, pe, c); in ucase_totitle() 255 GET_SLOT_VALUE(excWord, idx, pe, c); in ucase_addCaseClosure() 263 GET_SLOT_VALUE(excWord, UCASE_EXC_CLOSURE, pe, closureLength); in ucase_addCaseClosure() 274 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength); in ucase_addCaseClosure() 924 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower() 936 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe2, result); in ucase_toFullLower() 995 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle() [all …]
|