| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
MessagePattern.ApostropheMode |
MessagePattern.getApostropheMode() |
MessagePattern.ApostropheMode |
MessageFormat.getApostropheMode()
[icu]
|
static MessagePattern.ApostropheMode |
MessagePattern.ApostropheMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagePattern.ApostropheMode[] |
MessagePattern.ApostropheMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageFormat.applyPattern(String pattern,
MessagePattern.ApostropheMode aposMode)
[icu] Sets the ApostropheMode and the pattern used by this message format.
|
void |
MessagePattern.clearPatternAndSetApostropheMode(MessagePattern.ApostropheMode mode)
Clears this MessagePattern and sets the ApostropheMode.
|
| Constructor and Description |
|---|
MessagePattern(MessagePattern.ApostropheMode mode)
Constructs an empty MessagePattern.
|
Copyright © 2016 Unicode, Inc. and others.