Searched refs:ARG_START (Results 1 - 14 of 14) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessagePattern.java53 * noneArg = ARG_START.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
54 * simpleArg = ARG_START.SIMPLE (ARG_NAME | ARG_NUMBER) ARG_TYPE [ARG_STYLE] ARG_LIMIT.SIMPLE
55 * choiceArg = ARG_START.CHOICE (ARG_NAME | ARG_NUMBER) choiceStyle ARG_LIMIT.CHOICE
56 * pluralArg = ARG_START.PLURAL (ARG_NAME | ARG_NUMBER) pluralStyle ARG_LIMIT.PLURAL
57 * selectArg = ARG_START.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
66 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
499 * this Part should be of Type ARG_START or MSG_START.
570 * Returns the argument type if this part is of type ARG_START or ARG_LIMIT,
576 if(type==Type.ARG_START || typ
633 ARG_START, enum constant in enum:MessagePattern.Part.Type
[all...]
H A DSelectFormat.java283 } else if (type == MessagePattern.Part.Type.ARG_START) {
H A DMessageFormat.java516 * Returns the part index of the next ARG_START after partIndex, or -1 if there is none more.
517 * @param partIndex Part index of the previous ARG_START (initially 0).
525 if (type == MessagePattern.Part.Type.ARG_START) {
1233 assert type==Part.Type.ARG_START : "Unexpected Part "+part+" in parsed message.";
1512 * Set of ARG_START part indexes where custom, user-provided Format objects
1583 if(type!=Part.Type.ARG_START) {
1755 } else if (type == Part.Type.ARG_START) {
1792 if(type==Part.Type.ARG_START || type==Part.Type.MSG_LIMIT) {
1960 * Returns the ARG_START index of the first occurrence of the plural number in a sub-message.
1974 if(type==Part.Type.ARG_START) {
[all...]
H A DMessagePatternUtil.java437 if (partType == MessagePattern.Part.Type.ARG_START) {
H A DPluralFormat.java632 } else if (type == MessagePattern.Part.Type.ARG_START) {
703 // Iterate over (ARG_SELECTOR ARG_START message ARG_LIMIT) tuples
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePattern.java52 * noneArg = ARG_START.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
53 * simpleArg = ARG_START.SIMPLE (ARG_NAME | ARG_NUMBER) ARG_TYPE [ARG_STYLE] ARG_LIMIT.SIMPLE
54 * choiceArg = ARG_START.CHOICE (ARG_NAME | ARG_NUMBER) choiceStyle ARG_LIMIT.CHOICE
55 * pluralArg = ARG_START.PLURAL (ARG_NAME | ARG_NUMBER) pluralStyle ARG_LIMIT.PLURAL
56 * selectArg = ARG_START.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
65 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
531 * this Part should be of Type ARG_START or MSG_START.
609 * Returns the argument type if this part is of type ARG_START or ARG_LIMIT,
616 if(type==Type.ARG_START || typ
680 ARG_START, enum constant in enum:MessagePattern.Part.Type
[all...]
H A DSelectFormat.java288 } else if (type == MessagePattern.Part.Type.ARG_START) {
H A DMessageFormat.java527 * Returns the part index of the next ARG_START after partIndex, or -1 if there is none more.
528 * @param partIndex Part index of the previous ARG_START (initially 0).
536 if (type == MessagePattern.Part.Type.ARG_START) {
1264 assert type==Part.Type.ARG_START : "Unexpected Part "+part+" in parsed message.";
1556 * Set of ARG_START part indexes where custom, user-provided Format objects
1627 if(type!=Part.Type.ARG_START) {
1799 } else if (type == Part.Type.ARG_START) {
1836 if(type==Part.Type.ARG_START || type==Part.Type.MSG_LIMIT) {
2004 * Returns the ARG_START index of the first occurrence of the plural number in a sub-message.
2018 if(type==Part.Type.ARG_START) {
[all...]
H A DMessagePatternUtil.java473 if (partType == MessagePattern.Part.Type.ARG_START) {
H A DPluralFormat.java649 } else if (type == MessagePattern.Part.Type.ARG_START) {
722 // Iterate over (ARG_SELECTOR ARG_START message ARG_LIMIT) tuples
/external/messageformat/java/com/ibm/icu/text/
H A DMessagePattern.java52 * noneArg = ARG_START.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
53 * simpleArg = ARG_START.SIMPLE (ARG_NAME | ARG_NUMBER) ARG_TYPE [ARG_STYLE] ARG_LIMIT.SIMPLE
54 * choiceArg = ARG_START.CHOICE (ARG_NAME | ARG_NUMBER) choiceStyle ARG_LIMIT.CHOICE
55 * pluralArg = ARG_START.PLURAL (ARG_NAME | ARG_NUMBER) pluralStyle ARG_LIMIT.PLURAL
56 * selectArg = ARG_START.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
65 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
530 * this Part should be of Type ARG_START or MSG_START.
608 * Returns the argument type if this part is of type ARG_START or ARG_LIMIT,
615 if(type==Type.ARG_START || typ
679 ARG_START, enum constant in enum:MessagePattern.Part.Type
[all...]
H A DSelectFormat.java289 } else if (type == MessagePattern.Part.Type.ARG_START) {
/external/messageformat/java/com/ibm/icu/simple/
H A DMessageFormat.java484 * Returns the part index of the next ARG_START after partIndex, or -1 if there is none more.
485 * @param partIndex Part index of the previous ARG_START (initially 0).
493 if (type == MessagePattern.Part.Type.ARG_START) {
1221 assert type==Part.Type.ARG_START : "Unexpected Part "+part+" in parsed message.";
1474 * Set of ARG_START part indexes where custom, user-provided Format objects
1545 if(type!=Part.Type.ARG_START) {
1712 } else if (type == Part.Type.ARG_START) {
1750 if(type==Part.Type.ARG_START || type==Part.Type.MSG_LIMIT) {
1918 * Returns the ARG_START index of the first occurrence of the plural number in a sub-message.
1932 if(type==Part.Type.ARG_START) {
[all...]
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMiniMessageFormatter.java106 assert type==Part.Type.ARG_START : "Unexpected Part "+part+" in parsed message.";

Completed in 323 milliseconds