Home | History | Annotate | Download | only in i18n

Lines Matching refs:variable

1747 #define UCURR_MATCHES_BITMASK(variable, typeToMatch) \
1748 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))