Home | History | Annotate | Download | only in i18n

Lines Matching defs:currType

1648     uint32_t currType; /* UCurrCurrencyType */
1660 uint32_t currType;
1970 uint32_t currType = myContext->currType;
1975 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) {
1992 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType))
2191 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode) {
2207 myContext->currType = currType;