* 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,
* 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,
/**
* 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 {