Lines Matching refs:GET_SLOT_VALUE
119 #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()
293 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength); in ucase_addCaseClosure()
1158 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower()
1171 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe2, delta); in ucase_toFullLower()
1175 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe2, result); in ucase_toFullLower()
1235 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle()
1265 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe2, delta); in toUpperOrTitle()
1276 GET_SLOT_VALUE(excWord, idx, pe2, result); in toUpperOrTitle()
1378 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_fold()
1388 GET_SLOT_VALUE(excWord, idx, pe, c); in ucase_fold()
1450 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullFolding()
1473 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe2, delta); in ucase_toFullFolding()
1483 GET_SLOT_VALUE(excWord, idx, pe2, result); in ucase_toFullFolding()