Unicode.String.Segment (Unicode String v1.0.1) View Source
Implements the compilation of the Unicode segment rules.
Link to this section Summary
Functions
Returns a list of the ancestor locales of the a given locale.
Compiles a segment rule in the context of a list of variables.
Evaludates a list of rules against a given string.
Identifies if a codepoint is a valid identifier character
Identifies if a codepoint is a valid start of an indentifier
Returns a list of the locales known to Unicode.String.Break
Return the rules as defined by CLDR for a given locale and break type.
Return the rules as defined by CLDR for a given locale and break type and raises on error.
Returns a list of the suppressions for a given locale and segment type.
Returns a list of the suppressions for a given locale and segment type and raises on error.
Link to this section Functions
Returns a list of the ancestor locales of the a given locale.
The list includes the given locale.
Compiles a segment rule in the context of a list of variables.
The compile rule can then be inserted into a rule set.
Evaludates a list of rules against a given string.
Identifies if a codepoint is a valid identifier character
Identifies if a codepoint is a valid start of an indentifier
Returns a list of the locales known to Unicode.String.Break
Return the rules as defined by CLDR for a given locale and break type.
Return the rules as defined by CLDR for a given locale and break type and raises on error.
Returns a list of the suppressions for a given locale and segment type.
Returns a list of the suppressions for a given locale and segment type and raises on error.