Home
last modified time | relevance | path

Searched refs:GET_SLOT_VALUE (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Ducase.cpp119 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) \ macro
143 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_tolower()
147 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c); in ucase_tolower()
165 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_toupper()
169 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper()
187 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_totitle()
198 GET_SLOT_VALUE(excWord, idx, pe, c); in ucase_totitle()
268 GET_SLOT_VALUE(excWord, idx, pe, c); in ucase_addCaseClosure()
275 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_addCaseClosure()
282 GET_SLOT_VALUE(excWord, UCASE_EXC_CLOSURE, pe, closureLength); in ucase_addCaseClosure()
[all …]