Searched refs:UCURR_ALL (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcurrtest.c40 expectInList("ADP", UCURR_ALL, TRUE); /* First in list */
41 expectInList("ZWD", UCURR_ALL, TRUE); /* Last in list */
43 expectInList("USD", UCURR_ALL, TRUE);
53 expectInList("USN", UCURR_ALL, TRUE);
63 expectInList("DEM", UCURR_ALL, TRUE);
73 expectInList("XEU", UCURR_ALL, TRUE);
89 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &status);
139 checkItemCount(UCURR_ALL);
H A Dcldrtest.c1314 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode);
/external/icu4c/test/cintltst/
H A Dcurrtest.c40 expectInList("ADP", UCURR_ALL, TRUE); /* First in list */
41 expectInList("ZWD", UCURR_ALL, TRUE); /* Last in list */
43 expectInList("USD", UCURR_ALL, TRUE);
53 expectInList("USN", UCURR_ALL, TRUE);
63 expectInList("DEM", UCURR_ALL, TRUE);
73 expectInList("XEU", UCURR_ALL, TRUE);
89 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &status);
139 checkItemCount(UCURR_ALL);
H A Dcldrtest.c1287 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducurr.h202 UCURR_ALL = INT32_MAX, enumerator in enum:UCurrCurrencyType
/external/icu4c/i18n/unicode/
H A Ducurr.h202 UCURR_ALL = INT32_MAX, enumerator in enum:UCurrCurrencyType
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp1748 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))
/external/icu4c/i18n/
H A Ducurr.cpp1791 ((typeToMatch) == UCURR_ALL || ((variable) & (typeToMatch)) == (typeToMatch))

Completed in 590 milliseconds