|
ICU4X
International Components for Unicode
|
#include <GraphemeClusterBreak.d.hpp>
Public Types | |
| enum | Value { Other = 0 , Control = 1 , CR = 2 , Extend = 3 , L = 4 , LF = 5 , LV = 6 , LVT = 7 , T = 8 , V = 9 , SpacingMark = 10 , Prepend = 11 , RegionalIndicator = 12 , EBase = 13 , EBaseGAZ = 14 , EModifier = 15 , GlueAfterZwj = 16 , ZWJ = 17 } |
Public Member Functions | |
| GraphemeClusterBreak () | |
| constexpr | GraphemeClusterBreak (Value v) |
| constexpr | operator Value () const |
| operator bool () const =delete | |
| std::optional< std::string_view > | long_name () const |
| std::optional< std::string_view > | short_name () const |
| uint8_t | to_integer_value () const |
Static Public Member Functions | |
| static icu4x::GraphemeClusterBreak | for_char (char32_t ch) |
| static std::optional< icu4x::GraphemeClusterBreak > | from_integer_value (uint8_t other) |
| static std::optional< icu4x::GraphemeClusterBreak > | try_from_str (std::string_view s) |
See the Rust documentation for GraphemeClusterBreak for more information.
| Enumerator | |
|---|---|
| Other | See the Rust documentation for |
| Control | See the Rust documentation for |
| CR | See the Rust documentation for |
| Extend | See the Rust documentation for |
| L | See the Rust documentation for |
| LF | See the Rust documentation for |
| LV | See the Rust documentation for |
| LVT | See the Rust documentation for |
| T | See the Rust documentation for |
| V | See the Rust documentation for |
| SpacingMark | See the Rust documentation for |
| Prepend | See the Rust documentation for |
| RegionalIndicator | See the Rust documentation for |
| EBase | See the Rust documentation for |
| EBaseGAZ | See the Rust documentation for |
| EModifier | See the Rust documentation for |
| GlueAfterZwj | See the Rust documentation for |
| ZWJ | See the Rust documentation for |
|
inline |
|
inlineconstexpr |
|
inlinestatic |
See the Rust documentation for for_char for more information.
|
inlinestatic |
Convert from an integer value from ICU4C or CodePointMapData
See the Rust documentation for from_icu4c_value for more information.
|
inline |
Get the "long" name of this property value (returns empty if property value is unknown)
See the Rust documentation for get for more information.
|
explicitdelete |
|
inlineconstexpr |
|
inline |
Get the "short" name of this property value (returns empty if property value is unknown)
See the Rust documentation for get for more information.
|
inline |
Convert to an integer value usable with ICU4C and CodePointMapData
See the Rust documentation for to_icu4c_value for more information.
|
inlinestatic |