Searched refs:gCurrencyList (Results 1 – 1 of 1) sorted by relevance
1705 } gCurrencyList[] = { variable2022 for (int32_t idx = 0; gCurrencyList[idx].currency != NULL; idx++) { in ucurr_countCurrencyList()2023 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) { in ucurr_countCurrencyList()2038 while (myContext->listIdx < UPRV_LENGTHOF(gCurrencyList)-1) { in ucurr_nextCurrencyList()2039 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList()