View Source Unicode.String.Segment (Unicode String v1.4.1)
Implements the compilation of the Unicode segment rules.
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.
Evaluates 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 identifier
Returns a list of the known locales that have segmentation data.
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.
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.
Evaluates 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 identifier
Returns a list of the known locales that have segmentation data.
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.