LocaleCondition
enum LocaleCondition extends uint8import LocaleCondition from Wax;Context predicates attached to locale-specific casing mappings. The string casing caller evaluates the named context before applying the mapping.
Members
Nonecase
case NoneAfterSoftDottedcase
case AfterSoftDottedMoreAbovecase
case MoreAboveAfterIcase
case AfterINotBeforeDotcase
case NotBeforeDotCompareTomethod
public fn CompareTo(LocaleCondition other) : int32Provided by the compiler.
Equalsmethod
public fn Equals(LocaleCondition other) : boolProvided by the compiler.
GetHashCodemethod
public fn GetHashCode() : uint32Provided by the compiler.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.