Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcurrtest.c18 static void expectInList(const char *isoCurrency, uint32_t currencyType, UBool isExpected) { in expectInList() argument
35 if ((foundCurrency != NULL) != isExpected) { in expectInList()
37 isoCurrency, isExpected ? "TRUE" : "FALSE", currencyType); in expectInList()