Home
last modified time | relevance | path

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

/third_party/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.c1430 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducurr.h276 UCURR_ALL = INT32_MAX, enumerator
/third_party/icu/icu4c/source/common/unicode/
Ducurr.h310 UCURR_ALL = INT32_MAX, enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Ducurr.h308 UCURR_ALL = INT32_MAX, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducurr.h310 UCURR_ALL = INT32_MAX, enumerator
/third_party/icu/icu4c/source/common/
Ducurr.cpp2013 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp2013 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducurr.cpp2041 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp2014 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))