Searched refs:expectInList (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | currtest.c | 18 static void expectInList(const char *isoCurrency, uint32_t currencyType, UBool isExpected) { in expectInList() function 43 expectInList("ADP", UCURR_ALL, TRUE); /* First in list */ in TestEnumList() 44 expectInList("ZWD", UCURR_ALL, TRUE); /* Last in list */ in TestEnumList() 46 expectInList("USD", UCURR_ALL, TRUE); in TestEnumList() 47 expectInList("USD", UCURR_COMMON, TRUE); in TestEnumList() 48 expectInList("USD", UCURR_UNCOMMON, FALSE); in TestEnumList() 49 expectInList("USD", UCURR_DEPRECATED, FALSE); in TestEnumList() 50 expectInList("USD", UCURR_NON_DEPRECATED, TRUE); in TestEnumList() 51 expectInList("USD", UCURR_COMMON|UCURR_DEPRECATED, FALSE); in TestEnumList() 52 expectInList("USD", UCURR_COMMON|UCURR_NON_DEPRECATED, TRUE); in TestEnumList() [all …]
|