Searched refs:gCurrencyList (Results 1 – 1 of 1) sorted by relevance
1718 } gCurrencyList[] = { variable2031 for (int32_t idx = 0; gCurrencyList[idx].currency != NULL; idx++) { in ucurr_countCurrencyList()2032 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) { in ucurr_countCurrencyList()2047 while (myContext->listIdx < (sizeof(gCurrencyList)/sizeof(gCurrencyList[0]))-1) { in ucurr_nextCurrencyList()2048 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList()