HomeSort by relevance Sort by last modified time
    Searched refs:UCURR_UNCOMMON (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/cintltst/
currtest.c 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)
    [all...]
  /external/icu4c/i18n/
ucurr.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucurr.h 219 UCURR_UNCOMMON = 2,

Completed in 41 milliseconds