Enum unic_ucd_segment::sentence_break::SentenceBreak[]

pub enum SentenceBreak {
    CR,
    LF,
    Extend,
    Sep,
    Format,
    Sp,
    Lower,
    Upper,
    OLetter,
    Numeric,
    ATerm,
    SContinue,
    STerm,
    Close,
    Other,
}

Represents the Unicode character Sentence_Break property.

References

Variants

U+000D CARRIAGE RETURN (CR)
U+000A LINE FEED (LF)
Grapheme_Extend = Yes, or
U+200D ZERO WIDTH JOINER (ZWJ), or
General_Category = Spacing_Mark
U+0085 NEXT LINE (NEL)
U+2028 LINE SEPARATOR
U+2029 PARAGRAPH SEPARATOR
General_Category = Format
and not U+200C ZERO WIDTH NON-JOINER (ZWNJ)
and not U+200D ZERO WIDTH JOINER (ZWJ)
White_Space = Yes
and Sentence_Break ≠ Sep
and Sentence_Break ≠ CR
and Sentence_Break ≠ LF
Lowercase = Yes
and Grapheme_Extend = No
General_Category = Titlecase_Letter, or
Uppercase = Yes
Alphabetic = Yes, or
U+00A0 NO-BREAK SPACE (NBSP), or
U+05F3 ( ׳ ) HEBREW PUNCTUATION GERESH
and Lower = No
and Upper = No
and Sentence_Break ≠ Extend
Line_Break = Numeric
U+002E ( . ) FULL STOP
U+2024 ( ․ ) ONE DOT LEADER
U+FE52 ( ﹒ ) SMALL FULL STOP
U+FF0E ( . ) FULLWIDTH FULL STOP
U+002C ( , ) COMMA
U+002D ( - ) HYPHEN-MINUS
U+003A ( : ) COLON
U+055D ( ՝ ) ARMENIAN COMMA
U+060C ( ، ) ARABIC COMMA
U+060D ( ‎؍‎ ) ARABIC DATE SEPARATOR
U+07F8 ( ߸ ) NKO COMMA
U+1802 ( ᠂ ) MONGOLIAN COMMA
U+1808 ( ᠈ ) MONGOLIAN MANCHU COMMA
U+2013 ( – ) EN DASH
U+2014 ( — ) EM DASH
U+3001 ( 、 ) IDEOGRAPHIC COMMA
U+FE10 ( ︐ ) PRESENTATION FORM FOR VERTICAL COMMA
U+FE11 ( ︑ ) PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA
U+FE13 ( ︓ ) PRESENTATION FORM FOR VERTICAL COLON
U+FE31 ( ︱ ) PRESENTATION FORM FOR VERTICAL EM DASH
U+FE32 ( ︲ ) PRESENTATION FORM FOR VERTICAL EN DASH
U+FE50 ( ﹐ ) SMALL COMMA
U+FE51 ( ﹑ ) SMALL IDEOGRAPHIC COMMA
U+FE55 ( ﹕ ) SMALL COLON
U+FE58 ( ﹘ ) SMALL EM DASH
U+FE63 ( ﹣ ) SMALL HYPHEN-MINUS
U+FF0C ( , ) FULLWIDTH COMMA
U+FF0D ( - ) FULLWIDTH HYPHEN-MINUS
U+FF1A ( : ) FULLWIDTH COLON
U+FF64 ( 、 ) HALFWIDTH IDEOGRAPHIC COMMA
Sentence_Terminal = Yes
General_Category = Open_Punctuation, or
General_Category = Close_Punctuation, or
Line_Break = Quotation
and not U+05F3 ( ׳ ) HEBREW PUNCTUATION GERESH
and ATerm = No
and STerm = No

All other characters

Methods

impl SentenceBreak
[src]

Find the character Sentence_Break property value.

Trait Implementations

impl Copy for SentenceBreak

impl Clone for SentenceBreak

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SentenceBreak

Formats the value using the given formatter. Read more

impl Eq for SentenceBreak

impl PartialEq for SentenceBreak

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for SentenceBreak

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl FromStr for SentenceBreak

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl CharProperty for SentenceBreak

The abbreviated name of the property.

The long name of the property.

The human-readable name of the property.

impl Display for SentenceBreak

Formats the value using the given formatter. Read more

impl EnumeratedCharProperty for SentenceBreak

Exhaustive list of all property values.

The abbreviated name of the property value.

The long name of the property value.

The human-readable name of the property value.

impl TotalCharProperty for SentenceBreak
[src]

The property value for the character.

impl Default for SentenceBreak
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for SentenceBreak

impl Sync for SentenceBreak