Lines Matching full:enumerator
1764 ucurr_countCurrencyList(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
1765 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context);
1779 ucurr_nextCurrencyList(UEnumeration *enumerator,
1783 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context);
1804 ucurr_resetCurrencyList(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
1805 ((UCurrencyContext *)(enumerator->context))->listIdx = 0;
1809 ucurr_closeCurrencyList(UEnumeration *enumerator) {
1810 uprv_free(enumerator->context);
1811 uprv_free(enumerator);