Searched refs:UCURR_ALL (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | currtest.c | 40 expectInList("ADP", UCURR_ALL, TRUE); /* First in list */ in TestEnumList() 41 expectInList("ZWD", UCURR_ALL, TRUE); /* Last in list */ in TestEnumList() 43 expectInList("USD", UCURR_ALL, TRUE); in TestEnumList() 53 expectInList("USN", UCURR_ALL, TRUE); in TestEnumList() 63 expectInList("DEM", UCURR_ALL, TRUE); in TestEnumList() 73 expectInList("XEU", UCURR_ALL, TRUE); in TestEnumList() 89 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &status); in TestEnumListReset() 139 checkItemCount(UCURR_ALL); in TestEnumListCount()
|
D | cldrtest.c | 1381 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucurr.h | 260 UCURR_ALL = INT32_MAX, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | ucurr.cpp | 2022 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))
|