Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcurrtest.c43 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()
56 expectInList("USN", UCURR_ALL, TRUE); in TestEnumList()
66 expectInList("DEM", UCURR_ALL, TRUE); in TestEnumList()
76 expectInList("XEU", UCURR_ALL, TRUE); in TestEnumList()
92 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &status); in TestEnumListReset()
142 checkItemCount(UCURR_ALL); in TestEnumListCount()
Dcldrtest.c1388 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
/external/icu/icu4c/source/common/unicode/
Ducurr.h288 UCURR_ALL = INT32_MAX, enumerator
/external/icu/libandroidicu/include/unicode/
Ducurr.h288 UCURR_ALL = INT32_MAX, enumerator
/external/icu/icu4c/source/common/
Ducurr.cpp1998 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))