Home
last modified time | relevance | path

Searched refs:UCURR_UNCOMMON (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcurrtest.c45 expectInList("USD", UCURR_UNCOMMON, FALSE); in TestEnumList()
50 expectInList("USD", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE); in TestEnumList()
51 expectInList("USD", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, FALSE); in TestEnumList()
55 expectInList("USN", UCURR_UNCOMMON, TRUE); in TestEnumList()
60 expectInList("USN", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE); in TestEnumList()
61 expectInList("USN", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, TRUE); in TestEnumList()
65 expectInList("DEM", UCURR_UNCOMMON, FALSE); in TestEnumList()
70 expectInList("DEM", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE); in TestEnumList()
71 expectInList("DEM", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, FALSE); in TestEnumList()
75 expectInList("XEU", UCURR_UNCOMMON, TRUE); in TestEnumList()
[all …]
/external/icu/icu4c/source/i18n/
Ducurr.cpp1746 {"BEC", UCURR_UNCOMMON|UCURR_DEPRECATED},
1748 {"BEL", UCURR_UNCOMMON|UCURR_DEPRECATED},
1760 {"BOV", UCURR_UNCOMMON|UCURR_NON_DEPRECATED},
1777 {"CHE", UCURR_UNCOMMON|UCURR_NON_DEPRECATED},
1779 {"CHW", UCURR_UNCOMMON|UCURR_NON_DEPRECATED},
1781 {"CLF", UCURR_UNCOMMON|UCURR_NON_DEPRECATED},
1783 {"CNX", UCURR_UNCOMMON|UCURR_DEPRECATED},
1786 {"COU", UCURR_UNCOMMON|UCURR_NON_DEPRECATED},
1802 {"ECV", UCURR_UNCOMMON|UCURR_DEPRECATED},
1807 {"ESA", UCURR_UNCOMMON|UCURR_DEPRECATED},
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ducurr.h277 UCURR_UNCOMMON = 2, enumerator