Searched refs:ucurr_isAvailable (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 1484 if (ucurr_isAvailable(isoCode, U_DATE_MIN, U_DATE_MAX, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1489 if (ucurr_isAvailable(isoCode, U_DATE_MIN, U_DATE_MAX, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1494 if (ucurr_isAvailable(isoCode, U_DATE_MIN, U_DATE_MAX, &errorCode) == TRUE) { in TestAvailableIsoCodes() 1499 if (ucurr_isAvailable(isoCode, U_DATE_MIN, U_DATE_MAX, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1506 if (ucurr_isAvailable(isoCode, date1970, U_DATE_MAX, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1510 if (ucurr_isAvailable(isoCode, date1975, U_DATE_MAX, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1514 if (ucurr_isAvailable(isoCode, date1981, U_DATE_MAX, &errorCode) == TRUE) { in TestAvailableIsoCodes() 1519 if (ucurr_isAvailable(isoCode, U_DATE_MIN, date1970, &errorCode) == TRUE) { in TestAvailableIsoCodes() 1523 if (ucurr_isAvailable(isoCode, U_DATE_MIN, date1975, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1527 if (ucurr_isAvailable(isoCode, U_DATE_MIN, date1981, &errorCode) == FALSE) { in TestAvailableIsoCodes() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 381 ucurr_isAvailable(const UChar* isoCode,
|
D | urename.h | 828 #define ucurr_isAvailable U_ICU_ENTRY_POINT_RENAME(ucurr_isAvailable) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ucurr.h | 381 ucurr_isAvailable(const UChar* isoCode,
|
D | urename.h | 828 #define ucurr_isAvailable U_ICU_ENTRY_POINT_RENAME(ucurr_isAvailable) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucurr.h | 381 ucurr_isAvailable(const UChar* isoCode,
|
D | urename.h | 828 #define ucurr_isAvailable U_ICU_ENTRY_POINT_RENAME(ucurr_isAvailable) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 828 #define ucurr_isAvailable U_ICU_ENTRY_POINT_RENAME(ucurr_isAvailable) macro
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 2219 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) { in ucurr_isAvailable() function
|