Module icu_properties::names
source · Expand description
Module for working with the names of property values
Structs§
- A struct capable of looking up a property name from a value Access its data by calling
Self::as_borrowed()
and using the methods onPropertyEnumToValueNameLinearMapperBorrowed
. - A borrowed wrapper around property value name-to-enum data, returned by
PropertyEnumToValueNameLinearMapper::as_borrowed()
. More efficient to query. - A struct capable of looking up a property name from a value Access its data by calling
Self::as_borrowed()
and using the methods onPropertyEnumToValueNameLinearTiny4MapperBorrowed
. - A borrowed wrapper around property value name-to-enum data, returned by
PropertyEnumToValueNameLinearTiny4Mapper::as_borrowed()
. More efficient to query. - A struct capable of looking up a property name from a value Access its data by calling
Self::as_borrowed()
and using the methods onPropertyEnumToValueNameSparseMapperBorrowed
. - A borrowed wrapper around property value name-to-enum data, returned by
PropertyEnumToValueNameSparseMapper::as_borrowed()
. More efficient to query. - A struct capable of looking up a property value from a string name. Access its data by calling
Self::as_borrowed()
and using the methods onPropertyValueNameToEnumMapperBorrowed
. - A borrowed wrapper around property value name-to-enum data, returned by
PropertyValueNameToEnumMapper::as_borrowed()
. More efficient to query.