Documentation ¶
Overview ¶
Package icucollationdecomposition
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( No = IcuCollationDecomposition{"no"} Identical = IcuCollationDecomposition{"identical"} )
Functions ¶
This section is empty.
Types ¶
type IcuCollationDecomposition ¶
type IcuCollationDecomposition struct {
Name string
}
func (IcuCollationDecomposition) MarshalText ¶
func (i IcuCollationDecomposition) MarshalText() (text []byte, err error)
func (IcuCollationDecomposition) String ¶
func (i IcuCollationDecomposition) String() string
func (*IcuCollationDecomposition) UnmarshalText ¶
func (i *IcuCollationDecomposition) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.