From: Mihai Nita Date: Fri, 21 Sep 2018 01:11:01 +0000 (-0700) Subject: ICU-20142 Document the skeleton for MessageFormat number arguments (#121) X-Git-Tag: release-63-rc~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=531bc76ed56ec25a4ef37efb198c5b51c72e9ea6;p=icu ICU-20142 Document the skeleton for MessageFormat number arguments (#121) --- diff --git a/icu4c/source/i18n/unicode/msgfmt.h b/icu4c/source/i18n/unicode/msgfmt.h index baf55e48f39..074d9335400 100644 --- a/icu4c/source/i18n/unicode/msgfmt.h +++ b/icu4c/source/i18n/unicode/msgfmt.h @@ -124,7 +124,7 @@ class NumberFormat; * argNumber = '0' | ('1'..'9' ('0'..'9')*) * * argType = "number" | "date" | "time" | "spellout" | "ordinal" | "duration" - * argStyle = "short" | "medium" | "long" | "full" | "integer" | "currency" | "percent" | argStyleText + * argStyle = "short" | "medium" | "long" | "full" | "integer" | "currency" | "percent" | argStyleText | "::" argSkeletonText * * *