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

/external/icu/icu4c/source/test/cintltst/
H A Dcurrtest.c48 expectInList("USD", UCURR_UNCOMMON, FALSE);
53 expectInList("USD", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE);
54 expectInList("USD", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, FALSE);
58 expectInList("USN", UCURR_UNCOMMON, TRUE);
63 expectInList("USN", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE);
64 expectInList("USN", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, TRUE);
68 expectInList("DEM", UCURR_UNCOMMON, FALSE);
73 expectInList("DEM", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE);
74 expectInList("DEM", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, FALSE);
78 expectInList("XEU", UCURR_UNCOMMON, TRU
[all...]
/external/icu/icu4c/source/common/
H A Ducurr.cpp1696 {"BEC", UCURR_UNCOMMON|UCURR_DEPRECATED},
1698 {"BEL", UCURR_UNCOMMON|UCURR_DEPRECATED},
1710 {"BOV", UCURR_UNCOMMON|UCURR_NON_DEPRECATED},
1727 {"CHE", UCURR_UNCOMMON|UCURR_NON_DEPRECATED},
1729 {"CHW", UCURR_UNCOMMON|UCURR_NON_DEPRECATED},
1731 {"CLF", UCURR_UNCOMMON|UCURR_NON_DEPRECATED},
1733 {"CNX", UCURR_UNCOMMON|UCURR_DEPRECATED},
1736 {"COU", UCURR_UNCOMMON|UCURR_NON_DEPRECATED},
1752 {"ECV", UCURR_UNCOMMON|UCURR_DEPRECATED},
1757 {"ESA", UCURR_UNCOMMON|UCURR_DEPRECATE
[all...]
/external/icu/icu4c/source/common/unicode/
H A Ducurr.h279 UCURR_UNCOMMON = 2, enumerator in enum:UCurrCurrencyType

Completed in 124 milliseconds