Home | History | Annotate | Download | only in i18n

Lines Matching refs:enumerator

2025 ucurr_countCurrencyList(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
2026 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context);
2040 ucurr_nextCurrencyList(UEnumeration *enumerator,
2044 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context);
2065 ucurr_resetCurrencyList(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
2066 ((UCurrencyContext *)(enumerator->context))->listIdx = 0;
2070 ucurr_closeCurrencyList(UEnumeration *enumerator) {
2071 uprv_free(enumerator->context);
2072 uprv_free(enumerator);