Searched refs:ulist_createEmptyList (Results 1 – 6 of 6) sorted by relevance
17 U_CAPI UList * U_EXPORT2 ulist_createEmptyList(UErrorCode *status);
35 U_CAPI UList *U_EXPORT2 ulist_createEmptyList(UErrorCode *status) { in ulist_createEmptyList() function
631 UList *values = ulist_createEmptyList(status); in ucol_getKeywordValuesForLocale()632 UList *results = ulist_createEmptyList(status); in ucol_getKeywordValuesForLocale()
694 values = ulist_createEmptyList(status); in ucal_getKeywordValuesForLocale()
2555 UList *values = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale()2556 UList *otherValues = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale()
1010 #define ulist_createEmptyList U_ICU_ENTRY_POINT_RENAME(ulist_createEmptyList) macro