#include <SentenceBreak.d.hpp>
|
enum | Value {
Other = 0
, ATerm = 1
, Close = 2
, Format = 3
,
Lower = 4
, Numeric = 5
, OLetter = 6
, Sep = 7
,
Sp = 8
, STerm = 9
, Upper = 10
, CR = 11
,
Extend = 12
, LF = 13
, SContinue = 14
} |
|
◆ Value
Enumerator |
---|
Other | |
ATerm | |
Close | |
Format | |
Lower | |
Numeric | |
OLetter | |
Sep | |
Sp | |
STerm | |
Upper | |
CR | |
Extend | |
LF | |
SContinue | |
◆ SentenceBreak() [1/2]
icu4x::SentenceBreak::SentenceBreak |
( |
| ) |
|
|
default |
◆ SentenceBreak() [2/2]
icu4x::SentenceBreak::SentenceBreak |
( |
Value | v | ) |
|
|
inlineconstexpr |
◆ for_char()
◆ from_integer_value()
◆ long_name()
std::optional< std::string_view > icu4x::SentenceBreak::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::SentenceBreak::operator bool |
( |
| ) |
const |
|
explicitdelete |
◆ operator Value()
icu4x::SentenceBreak::operator Value |
( |
| ) |
const |
|
inlineconstexpr |
◆ short_name()
std::optional< std::string_view > icu4x::SentenceBreak::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::SentenceBreak::to_integer_value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: