|
ICU 73.2
73.2
|
Responsible for building `DisplayOptions`. More...
#include <displayoptions.h>
Public Member Functions | |
| Builder & | setGrammaticalCase (UDisplayOptionsGrammaticalCase grammaticalCase) |
| Sets the grammatical case. | |
| Builder & | setNounClass (UDisplayOptionsNounClass nounClass) |
| Sets the noun class. | |
| Builder & | setPluralCategory (UDisplayOptionsPluralCategory pluralCategory) |
| Sets the plural category. | |
| Builder & | setCapitalization (UDisplayOptionsCapitalization capitalization) |
| Sets the capitalization. | |
| Builder & | setNameStyle (UDisplayOptionsNameStyle nameStyle) |
| Sets the dialect handling. | |
| Builder & | setDisplayLength (UDisplayOptionsDisplayLength displayLength) |
| Sets the display length. | |
| Builder & | setSubstituteHandling (UDisplayOptionsSubstituteHandling substituteHandling) |
| Sets the substitute handling. | |
| DisplayOptions | build () |
| Builds the display options. | |
Responsible for building `DisplayOptions`.
Definition at line 52 of file displayoptions.h.
| DisplayOptions icu::DisplayOptions::Builder::build | ( | ) | [inline] |
Builds the display options.
Definition at line 144 of file displayoptions.h.
| Builder& icu::DisplayOptions::Builder::setCapitalization | ( | UDisplayOptionsCapitalization | capitalization | ) | [inline] |
Sets the capitalization.
| capitalization | The capitalization. |
Definition at line 97 of file displayoptions.h.
| Builder& icu::DisplayOptions::Builder::setDisplayLength | ( | UDisplayOptionsDisplayLength | displayLength | ) | [inline] |
Sets the display length.
| displayLength | The display length. |
Definition at line 121 of file displayoptions.h.
| Builder& icu::DisplayOptions::Builder::setGrammaticalCase | ( | UDisplayOptionsGrammaticalCase | grammaticalCase | ) | [inline] |
Sets the grammatical case.
| grammaticalCase | The grammatical case. |
Definition at line 61 of file displayoptions.h.
| Builder& icu::DisplayOptions::Builder::setNameStyle | ( | UDisplayOptionsNameStyle | nameStyle | ) | [inline] |
Sets the dialect handling.
| nameStyle | The name style. |
Definition at line 109 of file displayoptions.h.
| Builder& icu::DisplayOptions::Builder::setNounClass | ( | UDisplayOptionsNounClass | nounClass | ) | [inline] |
Sets the noun class.
| nounClass | The noun class. |
Definition at line 73 of file displayoptions.h.
| Builder& icu::DisplayOptions::Builder::setPluralCategory | ( | UDisplayOptionsPluralCategory | pluralCategory | ) | [inline] |
Sets the plural category.
| pluralCategory | The plural category. |
Definition at line 85 of file displayoptions.h.
| Builder& icu::DisplayOptions::Builder::setSubstituteHandling | ( | UDisplayOptionsSubstituteHandling | substituteHandling | ) | [inline] |
Sets the substitute handling.
| substituteHandling | The substitute handling. |
Definition at line 133 of file displayoptions.h.
1.7.6.1