Searched refs:UCURR_UNCOMMON (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | currtest.c | 48 expectInList("USD", UCURR_UNCOMMON, FALSE); in TestEnumList() 53 expectInList("USD", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE); in TestEnumList() 54 expectInList("USD", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, FALSE); in TestEnumList() 58 expectInList("USN", UCURR_UNCOMMON, TRUE); in TestEnumList() 63 expectInList("USN", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE); in TestEnumList() 64 expectInList("USN", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, TRUE); in TestEnumList() 68 expectInList("DEM", UCURR_UNCOMMON, FALSE); in TestEnumList() 73 expectInList("DEM", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE); in TestEnumList() 74 expectInList("DEM", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, FALSE); in TestEnumList() 78 expectInList("XEU", UCURR_UNCOMMON, TRUE); in TestEnumList() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 1761 {"BEC", UCURR_UNCOMMON|UCURR_DEPRECATED}, 1763 {"BEL", UCURR_UNCOMMON|UCURR_DEPRECATED}, 1775 {"BOV", UCURR_UNCOMMON|UCURR_NON_DEPRECATED}, 1793 {"CHE", UCURR_UNCOMMON|UCURR_NON_DEPRECATED}, 1795 {"CHW", UCURR_UNCOMMON|UCURR_NON_DEPRECATED}, 1797 {"CLF", UCURR_UNCOMMON|UCURR_NON_DEPRECATED}, 1799 {"CNH", UCURR_UNCOMMON|UCURR_NON_DEPRECATED}, 1800 {"CNX", UCURR_UNCOMMON|UCURR_DEPRECATED}, 1803 {"COU", UCURR_UNCOMMON|UCURR_NON_DEPRECATED}, 1819 {"ECV", UCURR_UNCOMMON|UCURR_DEPRECATED}, [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 293 UCURR_UNCOMMON = 2, enumerator
|
/external/icu/libandroidicu/include/unicode/ |
D | ucurr.h | 293 UCURR_UNCOMMON = 2, enumerator
|