Searched refs:UCURR_ALL (Results 1 – 10 of 10) sorted by relevance
/third_party/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 | 1430 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucurr.h | 276 UCURR_ALL = INT32_MAX, enumerator
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 310 UCURR_ALL = INT32_MAX, enumerator
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucurr.h | 308 UCURR_ALL = INT32_MAX, enumerator
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucurr.h | 310 UCURR_ALL = INT32_MAX, enumerator
|
/third_party/icu/icu4c/source/common/ |
D | ucurr.cpp | 2013 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 2013 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 2041 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))
|
/third_party/node/deps/icu-small/source/common/ |
D | ucurr.cpp | 2014 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))
|