#include <BidiClass.d.hpp>
|
| enum | Value {
LeftToRight = 0
, RightToLeft = 1
, EuropeanNumber = 2
, EuropeanSeparator = 3
,
EuropeanTerminator = 4
, ArabicNumber = 5
, CommonSeparator = 6
, ParagraphSeparator = 7
,
SegmentSeparator = 8
, WhiteSpace = 9
, OtherNeutral = 10
, LeftToRightEmbedding = 11
,
LeftToRightOverride = 12
, ArabicLetter = 13
, RightToLeftEmbedding = 14
, RightToLeftOverride = 15
,
PopDirectionalFormat = 16
, NonspacingMark = 17
, BoundaryNeutral = 18
, FirstStrongIsolate = 19
,
LeftToRightIsolate = 20
, RightToLeftIsolate = 21
, PopDirectionalIsolate = 22
} |
| |
◆ Value
| Enumerator |
|---|
| LeftToRight | |
| RightToLeft | |
| EuropeanNumber | |
| EuropeanSeparator | |
| EuropeanTerminator | |
| ArabicNumber | |
| CommonSeparator | |
| ParagraphSeparator | |
| SegmentSeparator | |
| WhiteSpace | |
| OtherNeutral | |
| LeftToRightEmbedding | |
| LeftToRightOverride | |
| ArabicLetter | |
| RightToLeftEmbedding | |
| RightToLeftOverride | |
| PopDirectionalFormat | |
| NonspacingMark | |
| BoundaryNeutral | |
| FirstStrongIsolate | |
| LeftToRightIsolate | |
| RightToLeftIsolate | |
| PopDirectionalIsolate | |
◆ BidiClass() [1/2]
| icu4x::BidiClass::BidiClass |
( |
| ) |
|
|
default |
◆ BidiClass() [2/2]
| icu4x::BidiClass::BidiClass |
( |
Value | v | ) |
|
|
inlineconstexpr |
◆ for_char()
◆ from_integer_value()
| std::optional< icu4x::BidiClass > icu4x::BidiClass::from_integer_value |
( |
uint8_t | other | ) |
|
|
inlinestatic |
◆ long_name()
| std::optional< std::string_view > icu4x::BidiClass::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::BidiClass::operator bool |
( |
| ) |
const |
|
explicitdelete |
◆ operator Value()
| icu4x::BidiClass::operator Value |
( |
| ) |
const |
|
inlineconstexpr |
◆ short_name()
| std::optional< std::string_view > icu4x::BidiClass::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::BidiClass::to_integer_value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: