Searched refs:ulist_createEmptyList (Results 1 – 10 of 10) sorted by relevance
19 U_CAPI UList * U_EXPORT2 ulist_createEmptyList(UErrorCode *status);
36 U_CAPI UList *U_EXPORT2 ulist_createEmptyList(UErrorCode *status) { in ulist_createEmptyList() function
2542 UList *values = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale()2543 UList *otherValues = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale()
622 values(ulist_createEmptyList(&errorCode)), hasDefault(FALSE) {} in KeywordsSink()
714 values = ulist_createEmptyList(status); in ucal_getKeywordValuesForLocale()
1048 #define ulist_createEmptyList U_ICU_ENTRY_POINT_RENAME(ulist_createEmptyList) macro