Documentation ¶
Overview ¶
Package icucollationstrength
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Primary = IcuCollationStrength{"primary"} Secondary = IcuCollationStrength{"secondary"} Tertiary = IcuCollationStrength{"tertiary"} Quaternary = IcuCollationStrength{"quaternary"} Identical = IcuCollationStrength{"identical"} )
Functions ¶
This section is empty.
Types ¶
type IcuCollationStrength ¶
type IcuCollationStrength struct {
Name string
}
func (IcuCollationStrength) MarshalText ¶
func (i IcuCollationStrength) MarshalText() (text []byte, err error)
func (IcuCollationStrength) String ¶
func (i IcuCollationStrength) String() string
func (*IcuCollationStrength) UnmarshalText ¶
func (i *IcuCollationStrength) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.