Searched defs:MSG_LIMIT (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePattern.java48 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT
528 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
531 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
633 * There is always a later MSG_LIMIT part.
645 MSG_LIMIT, enum constant in enum:MessagePattern.Part.Type
801 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT,
993 // not for this MSG_LIMIT.
995 addLimitPart(msgStart, Part.Type.MSG_LIMIT, index-1, limitLength, nestingLevel);
1009 addLimitPart(msgStart, Part.Type.MSG_LIMIT, index, 0, nestingLevel);
/external/messageformat/java/com/ibm/icu/text/
H A DMessagePattern.java48 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT
528 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
531 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
633 * There is always a later MSG_LIMIT part.
645 MSG_LIMIT, enum constant in enum:MessagePattern.Part.Type
801 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT,
993 // not for this MSG_LIMIT.
995 addLimitPart(msgStart, Part.Type.MSG_LIMIT, index-1, limitLength, nestingLevel);
1009 addLimitPart(msgStart, Part.Type.MSG_LIMIT, index, 0, nestingLevel);

Completed in 226 milliseconds