#include <WordBreak.d.hpp>
|
enum | Value {
Other = 0
, ALetter = 1
, Format = 2
, Katakana = 3
,
MidLetter = 4
, MidNum = 5
, Numeric = 6
, ExtendNumLet = 7
,
CR = 8
, Extend = 9
, LF = 10
, MidNumLet = 11
,
Newline = 12
, RegionalIndicator = 13
, HebrewLetter = 14
, SingleQuote = 15
,
DoubleQuote = 16
, EBase = 17
, EBaseGAZ = 18
, EModifier = 19
,
GlueAfterZwj = 20
, ZWJ = 21
, WSegSpace = 22
} |
|
◆ Value
Enumerator |
---|
Other | |
ALetter | |
Format | |
Katakana | |
MidLetter | |
MidNum | |
Numeric | |
ExtendNumLet | |
CR | |
Extend | |
LF | |
MidNumLet | |
Newline | |
RegionalIndicator | |
HebrewLetter | |
SingleQuote | |
DoubleQuote | |
EBase | |
EBaseGAZ | |
EModifier | |
GlueAfterZwj | |
ZWJ | |
WSegSpace | |
◆ WordBreak() [1/2]
icu4x::WordBreak::WordBreak |
( |
| ) |
|
|
default |
◆ WordBreak() [2/2]
icu4x::WordBreak::WordBreak |
( |
Value | v | ) |
|
|
inlineconstexpr |
◆ for_char()
◆ from_integer_value()
std::optional< icu4x::WordBreak > icu4x::WordBreak::from_integer_value |
( |
uint8_t | other | ) |
|
|
inlinestatic |
◆ long_name()
std::optional< std::string_view > icu4x::WordBreak::long_name |
( |
| ) |
const |
|
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.
◆ operator bool()
icu4x::WordBreak::operator bool |
( |
| ) |
const |
|
explicitdelete |
◆ operator Value()
icu4x::WordBreak::operator Value |
( |
| ) |
const |
|
inlineconstexpr |
◆ short_name()
std::optional< std::string_view > icu4x::WordBreak::short_name |
( |
| ) |
const |
|
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.
◆ to_integer_value()
uint8_t icu4x::WordBreak::to_integer_value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: