Function rust_icu_ucnv::aliases

source ·
pub fn aliases(name: &str) -> Aliases 
Expand description

Get an iterator over all aliases for the provided converter name (which may not necessarily be the canonical converter name).

The Aliases iterator efficiently implements Iterator::count and Iterator::nth to avoid calling ucnv_getAlias unnecessarily.

This interface wraps around ucnv_countAliases and ucnv_getAlias.