Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCURR_MATCHES_BITMASK

1790 #define UCURR_MATCHES_BITMASK(variable, typeToMatch) \
1801 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) {
1818 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType))