enum
ICU::BiDi::ReorderingOption
Overview
Options for reordering_options=
. Affects how the BiDi algorithm operates.
Defined in:
icu/bidi.crEnum Members
-
Default =
0_u32
-
Disable all options.
-
InsertMarks =
1_u32
-
Insert Bidi marks (LRM or RLM) when needed to ensure correct result of a reordering to a Logical order.
-
RemoveControls =
2_u32
-
Remove Bidi control characters.
-
Streaming =
4_u32
-
Process the output as part of a stream to be continued.
-
None =
0_u32
-
All =
7_u32
Instance Method Summary
-
#default?
Returns
true
if this enum value containsDefault
-
#insert_marks?
Returns
true
if this enum value containsInsertMarks
- #none?
-
#remove_controls?
Returns
true
if this enum value containsRemoveControls
-
#streaming?
Returns
true
if this enum value containsStreaming