ICU 76.1 76.1
|
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 50 of file displayoptions.h.
|
inline |
Builds the display options.
Definition at line 142 of file displayoptions.h.
|
inline |
Sets the capitalization.
capitalization | The capitalization. |
Definition at line 95 of file displayoptions.h.
|
inline |
Sets the display length.
displayLength | The display length. |
Definition at line 119 of file displayoptions.h.
|
inline |
Sets the grammatical case.
grammaticalCase | The grammatical case. |
Definition at line 59 of file displayoptions.h.
|
inline |
Sets the dialect handling.
nameStyle | The name style. |
Definition at line 107 of file displayoptions.h.
|
inline |
Sets the noun class.
nounClass | The noun class. |
Definition at line 71 of file displayoptions.h.
|
inline |
Sets the plural category.
pluralCategory | The plural category. |
Definition at line 83 of file displayoptions.h.
|
inline |
Sets the substitute handling.
substituteHandling | The substitute handling. |
Definition at line 131 of file displayoptions.h.