Lines Matching refs:enumerator
763 ucnv_io_countStandardAliases(UEnumeration *enumerator, UErrorCode *pErrorCode) { in ucnv_io_countStandardAliases() argument
765 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_countStandardAliases()
775 ucnv_io_nextStandardAliases(UEnumeration *enumerator, in ucnv_io_nextStandardAliases() argument
779 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_nextStandardAliases()
802 ucnv_io_resetStandardAliases(UEnumeration *enumerator, UErrorCode *pErrorCode) { in ucnv_io_resetStandardAliases() argument
803 ((UAliasContext *)(enumerator->context))->listIdx = 0; in ucnv_io_resetStandardAliases()
807 ucnv_io_closeUEnumeration(UEnumeration *enumerator) { in ucnv_io_closeUEnumeration() argument
808 uprv_free(enumerator->context); in ucnv_io_closeUEnumeration()
809 uprv_free(enumerator); in ucnv_io_closeUEnumeration()
1009 ucnv_io_countAllConverters(UEnumeration *enumerator, UErrorCode *pErrorCode) { in ucnv_io_countAllConverters() argument
1014 ucnv_io_nextAllConverters(UEnumeration *enumerator, in ucnv_io_nextAllConverters() argument
1018 uint16_t *myContext = (uint16_t *)(enumerator->context); in ucnv_io_nextAllConverters()
1035 ucnv_io_resetAllConverters(UEnumeration *enumerator, UErrorCode *pErrorCode) { in ucnv_io_resetAllConverters() argument
1036 *((uint16_t *)(enumerator->context)) = 0; in ucnv_io_resetAllConverters()