Lines Matching refs:gCurrencyList
1487 } gCurrencyList[] = {
1800 for (int32_t idx = 0; gCurrencyList[idx].currency != NULL; idx++) {
1801 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) {
1816 while (myContext->listIdx < (sizeof(gCurrencyList)/sizeof(gCurrencyList[0]))-1) {
1817 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++];