Searched refs:ucurr_isAvailable (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 1436 if (ucurr_isAvailable(isoCode, U_DATE_MIN, U_DATE_MAX, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1441 if (ucurr_isAvailable(isoCode, U_DATE_MIN, U_DATE_MAX, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1446 if (ucurr_isAvailable(isoCode, U_DATE_MIN, U_DATE_MAX, &errorCode) == TRUE) { in TestAvailableIsoCodes() 1451 if (ucurr_isAvailable(isoCode, U_DATE_MIN, U_DATE_MAX, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1458 if (ucurr_isAvailable(isoCode, date1970, U_DATE_MAX, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1462 if (ucurr_isAvailable(isoCode, date1975, U_DATE_MAX, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1466 if (ucurr_isAvailable(isoCode, date1981, U_DATE_MAX, &errorCode) == TRUE) { in TestAvailableIsoCodes() 1471 if (ucurr_isAvailable(isoCode, U_DATE_MIN, date1970, &errorCode) == TRUE) { in TestAvailableIsoCodes() 1475 if (ucurr_isAvailable(isoCode, U_DATE_MIN, date1975, &errorCode) == FALSE) { in TestAvailableIsoCodes() 1479 if (ucurr_isAvailable(isoCode, U_DATE_MIN, date1981, &errorCode) == FALSE) { in TestAvailableIsoCodes() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 347 ucurr_isAvailable(const UChar* isoCode,
|
D | urename.h | 811 #define ucurr_isAvailable U_ICU_ENTRY_POINT_RENAME(ucurr_isAvailable) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ucurr.h | 347 ucurr_isAvailable(const UChar* isoCode,
|
D | urename.h | 811 #define ucurr_isAvailable U_ICU_ENTRY_POINT_RENAME(ucurr_isAvailable) macro
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 2247 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) { in ucurr_isAvailable() function
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1349 return ucurr_isAvailable(isoCode, from, to, errorCode); in ucurr_isAvailable_android()
|