Home | History | Annotate | Download | only in text

Lines Matching refs:MSG_START

50  * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT
531 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
533 * this Part should be of Type ARG_START or MSG_START.
535 * or start itself if getPartType(msgStart)!=ARG|MSG_START.
639 MSG_START,
804 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT,
938 addPart(Part.Type.MSG_START, index, msgStartLength, nestingLevel);
1526 return nestingLevel>0 || parts.get(0).type==Part.Type.MSG_START;
1537 parts.get(0).type!=Part.Type.MSG_START;