Searched refs:isoCurrency (Results 1 – 1 of 1) sorted by relevance
15 static void expectInList(const char *isoCurrency, uint32_t currencyType, UBool isExpected) { in expectInList() argument26 if (strcmp(isoCurrency, currentCurrency) == 0) { in expectInList()34 isoCurrency, isExpected ? "TRUE" : "FALSE", currencyType); in expectInList()