Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcurrtest.c40 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()
Dcldrtest.c1381 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
/external/icu/icu4c/source/i18n/unicode/
Ducurr.h260 UCURR_ALL = INT32_MAX, enumerator
/external/icu/icu4c/source/i18n/
Ducurr.cpp2022 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))