Documentation ¶
Overview ¶
Package icucollationcasefirst
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Lower = IcuCollationCaseFirst{"lower"} Upper = IcuCollationCaseFirst{"upper"} )
Functions ¶
This section is empty.
Types ¶
type IcuCollationCaseFirst ¶
type IcuCollationCaseFirst struct {
Name string
}
func (IcuCollationCaseFirst) MarshalText ¶
func (i IcuCollationCaseFirst) MarshalText() (text []byte, err error)
func (IcuCollationCaseFirst) String ¶
func (i IcuCollationCaseFirst) String() string
func (*IcuCollationCaseFirst) UnmarshalText ¶
func (i *IcuCollationCaseFirst) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.