Lines Matching refs:enumerator
1960 ucurr_countCurrencyList(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
1961 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context);
1975 ucurr_nextCurrencyList(UEnumeration *enumerator,
1979 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context);
2000 ucurr_resetCurrencyList(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
2001 ((UCurrencyContext *)(enumerator->context))->listIdx = 0;
2005 ucurr_closeCurrencyList(UEnumeration *enumerator) {
2006 uprv_free(enumerator->context);
2007 uprv_free(enumerator);