Lines Matching refs:enumerator
768 ucnv_io_countStandardAliases(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) { in ucnv_io_countStandardAliases() argument
770 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_countStandardAliases()
780 ucnv_io_nextStandardAliases(UEnumeration *enumerator, in ucnv_io_nextStandardAliases() argument
784 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_nextStandardAliases()
807 ucnv_io_resetStandardAliases(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) { in ucnv_io_resetStandardAliases() argument
808 ((UAliasContext *)(enumerator->context))->listIdx = 0; in ucnv_io_resetStandardAliases()
812 ucnv_io_closeUEnumeration(UEnumeration *enumerator) { in ucnv_io_closeUEnumeration() argument
813 uprv_free(enumerator->context); in ucnv_io_closeUEnumeration()
814 uprv_free(enumerator); in ucnv_io_closeUEnumeration()
1019 ucnv_io_nextAllConverters(UEnumeration *enumerator, in ucnv_io_nextAllConverters() argument
1023 uint16_t *myContext = (uint16_t *)(enumerator->context); in ucnv_io_nextAllConverters()
1040 ucnv_io_resetAllConverters(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) { in ucnv_io_resetAllConverters() argument
1041 *((uint16_t *)(enumerator->context)) = 0; in ucnv_io_resetAllConverters()