Home
last modified time | relevance | path

Searched refs:ulist_createEmptyList (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Dulist.h19 U_CAPI UList * U_EXPORT2 ulist_createEmptyList(UErrorCode *status);
Dulist.cpp36 U_CAPI UList *U_EXPORT2 ulist_createEmptyList(UErrorCode *status) { in ulist_createEmptyList() function
Ducurr.cpp2499 UList *values = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale()
2500 UList *otherValues = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale()
/external/icu/icu4c/source/i18n/
Ducol_res.cpp621 values(ulist_createEmptyList(&errorCode)), hasDefault(FALSE) {} in KeywordsSink()
Ducal.cpp690 values = ulist_createEmptyList(status); in ucal_getKeywordValuesForLocale()
/external/icu/icu4c/source/common/unicode/
Durename.h1012 #define ulist_createEmptyList U_ICU_ENTRY_POINT_RENAME(ulist_createEmptyList) macro