Home
last modified time | relevance | path

Searched refs:isoCurrency (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
Dcurrtest.c15 static void expectInList(const char *isoCurrency, uint32_t currencyType, UBool isExpected) { in expectInList() argument
26 if (strcmp(isoCurrency, currentCurrency) == 0) { in expectInList()
34 isoCurrency, isExpected ? "TRUE" : "FALSE", currencyType); in expectInList()