mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-22471 Made PersonName.FieldModifier.RETAIN @internal, at least until we find we need it in the API.
This commit is contained in:
parent
b6a4eb8a65
commit
8c7a78f663
1 changed files with 3 additions and 1 deletions
|
@ -164,8 +164,10 @@ public interface PersonName {
|
|||
* When used in conjunction with "initial", preserves the punctuation between the initials
|
||||
* as it existed in the original name field (e.g., "Jean-Claude" initializes into "J-C"
|
||||
* instead of "J.C.") Has no effect if "initial" isn't also present in the list of modifiers.
|
||||
* @draft ICU 74
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
RETAIN("retain"),
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue