ICU-8805 fix some MessagePattern API comments

X-SVN-Rev: 30637
This commit is contained in:
Markus Scherer 2011-09-08 19:28:32 +00:00
parent 693640fd13
commit 1f56fddafb

View File

@ -143,6 +143,10 @@ enum UMessagePatternPartType {
* Start of an argument.
* The length is 1 for the '{'.
* The value is the ordinal value of the ArgType. Use getArgType().
* <p>
* This part is followed by either an ARG_NUMBER or ARG_NAME,
* followed by optional argument sub-parts (see UMessagePatternArgType constants)
* and finally an ARG_LIMIT part.
* @draft ICU 4.8
*/
UMSGPAT_PART_TYPE_ARG_START,
@ -150,10 +154,6 @@ enum UMessagePatternPartType {
* End of an argument.
* The length is 1 for the '}'.
* The value is the ordinal value of the ArgType. Use getArgType().
* <p>
* This part is followed by either an ARG_NUMBER or ARG_NAME,
* followed by optional argument sub-parts (see UMessagePatternArgType constants)
* and finally an ARG_LIMIT part.
* @draft ICU 4.8
*/
UMSGPAT_PART_TYPE_ARG_LIMIT,
@ -724,7 +724,7 @@ public:
/**
* Returns the length of the pattern substring associated with this Part.
* This is 0 for some parts.
* @return this part's pattern string index.
* @return this part's pattern substring length.
* @draft ICU 4.8
*/
int32_t getLength() const {