Searched refs:ulist_getNext (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/
H A Dulist.h25 U_CAPI void *U_EXPORT2 ulist_getNext(UList *list);
H A Dulist.c146 U_CAPI void *U_EXPORT2 ulist_getNext(UList *list) { function
219 return (const char *)ulist_getNext((UList *)(en->context));
/external/icu4c/i18n/
H A Ducol_res.cpp835 while ((value = (char *)ulist_getNext(values)) != NULL) {
H A Ducurr.cpp2225 while ((value = (char *)ulist_getNext(otherValues)) != NULL) {
/external/icu4c/common/unicode/
H A Durename.h934 #define ulist_getNext ulist_getNext_4_2 macro

Completed in 35 milliseconds