Searched refs:UCURR_ALL (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | currtest.c | 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() 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()
|
D | cldrtest.c | 1388 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 288 UCURR_ALL = INT32_MAX, enumerator
|
/external/icu/libandroidicu/include/unicode/ |
D | ucurr.h | 288 UCURR_ALL = INT32_MAX, enumerator
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 1998 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))
|