Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCURR_UNCOMMON

45     expectInList("USD", UCURR_UNCOMMON, FALSE);
50 expectInList("USD", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE);
51 expectInList("USD", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, FALSE);
55 expectInList("USN", UCURR_UNCOMMON, TRUE);
60 expectInList("USN", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE);
61 expectInList("USN", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, TRUE);
65 expectInList("DEM", UCURR_UNCOMMON, FALSE);
70 expectInList("DEM", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE);
71 expectInList("DEM", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, FALSE);
75 expectInList("XEU", UCURR_UNCOMMON, TRUE);
80 expectInList("XEU", UCURR_UNCOMMON|UCURR_DEPRECATED, TRUE);
81 expectInList("XEU", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, FALSE);
141 checkItemCount(UCURR_UNCOMMON);
146 checkItemCount(UCURR_UNCOMMON|UCURR_DEPRECATED);
147 checkItemCount(UCURR_UNCOMMON|UCURR_NON_DEPRECATED);
152 if (checkItemCount(UCURR_COMMON|UCURR_UNCOMMON) != 0) {