Searched refs:gCurrencyList (Results 1 – 3 of 3) sorted by relevance
1728 } gCurrencyList[] = { variable2048 for (int32_t idx = 0; gCurrencyList[idx].currency != NULL; idx++) { in ucurr_countCurrencyList()2049 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) { in ucurr_countCurrencyList()2064 while (myContext->listIdx < UPRV_LENGTHOF(gCurrencyList)-1) { in ucurr_nextCurrencyList()2065 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList()
1728 } gCurrencyList[] = { variable2048 for (int32_t idx = 0; gCurrencyList[idx].currency != nullptr; idx++) { in ucurr_countCurrencyList()2049 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) { in ucurr_countCurrencyList()2064 while (myContext->listIdx < UPRV_LENGTHOF(gCurrencyList)-1) { in ucurr_nextCurrencyList()2065 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList()
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()