← Standard library

LocaleCondition

enum LocaleCondition extends uint8
import LocaleCondition from Wax;

Context predicates attached to locale-specific casing mappings. The string casing caller evaluates the named context before applying the mapping.

UnicodeData.wax:320

Members

Nonecase

case None

UnicodeData.wax:321

AfterSoftDottedcase

case AfterSoftDotted

UnicodeData.wax:322

MoreAbovecase

case MoreAbove

UnicodeData.wax:323

AfterIcase

case AfterI

UnicodeData.wax:324

NotBeforeDotcase

case NotBeforeDot

UnicodeData.wax:325

CompareTomethod

public fn CompareTo(LocaleCondition other) : int32

Provided by the compiler.

Equalsmethod

public fn Equals(LocaleCondition other) : bool

Provided by the compiler.

GetHashCodemethod

public fn GetHashCode() : uint32

Provided by the compiler.

ToStringmethod

public fn ToString() : string

Provided by the compiler.

ToStringBuffermethod

public fn ToStringBuffer(StringBuilder builder) : int32

Provided by the compiler.