Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/daemon/
H A Dcmdline.c70 ARG_START enumerator
98 {"start", 0, 0, ARG_START},
217 case ARG_START: in pa_cmdline_parse()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePattern.java54 * noneArg = ARG_START.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
55 * simpleArg = ARG_START.SIMPLE (ARG_NAME | ARG_NUMBER) ARG_TYPE [ARG_STYLE] ARG_LIMIT.SIMPLE
56 * choiceArg = ARG_START.CHOICE (ARG_NAME | ARG_NUMBER) choiceStyle ARG_LIMIT.CHOICE
57 * pluralArg = ARG_START.PLURAL (ARG_NAME | ARG_NUMBER) pluralStyle ARG_LIMIT.PLURAL
58 * selectArg = ARG_START.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
67 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
533 * this Part should be of Type ARG_START or MSG_START.
611 * Returns the argument type if this part is of type ARG_START or ARG_LIMIT,
618 if(type==Type.ARG_START || typ in getArgType()
682 ARG_START, global() enum constant
[all...]
H A DMessageFormat.java558 * Returns the part index of the next ARG_START after partIndex, or -1 if there is none more.
559 * @param partIndex Part index of the previous ARG_START (initially 0).
567 if (type == MessagePattern.Part.Type.ARG_START) { in nextTopLevelArgStart()
1297 assert type==Part.Type.ARG_START : "Unexpected Part "+part+" in parsed message."; in parse()
1591 * Set of ARG_START part indexes where custom, user-provided Format objects
1662 if(type!=Part.Type.ARG_START) { in format()
1834 } else if (type == Part.Type.ARG_START) { in formatComplexSubMessage()
1871 if(type==Part.Type.ARG_START || type==Part.Type.MSG_LIMIT) { in getLiteralStringUntilNextArgument()
2039 * Returns the ARG_START index of the first occurrence of the plural number in a sub-message.
2053 if(type==Part.Type.ARG_START) { in findFirstPluralNumberArg()
[all...]
H A DSelectFormat.java290 } else if (type == MessagePattern.Part.Type.ARG_START) { in format()
H A DMessagePatternUtil.java475 if (partType == MessagePattern.Part.Type.ARG_START) { in buildMessageNode()
H A DPluralFormat.java666 } else if (type == MessagePattern.Part.Type.ARG_START) { in format()
740 // Iterate over (ARG_SELECTOR ARG_START message ARG_LIMIT) tuples in parseType()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePattern.java55 * noneArg = ARG_START.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
56 * simpleArg = ARG_START.SIMPLE (ARG_NAME | ARG_NUMBER) ARG_TYPE [ARG_STYLE] ARG_LIMIT.SIMPLE
57 * choiceArg = ARG_START.CHOICE (ARG_NAME | ARG_NUMBER) choiceStyle ARG_LIMIT.CHOICE
58 * pluralArg = ARG_START.PLURAL (ARG_NAME | ARG_NUMBER) pluralStyle ARG_LIMIT.PLURAL
59 * selectArg = ARG_START.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
68 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
501 * this Part should be of Type ARG_START or MSG_START.
572 * Returns the argument type if this part is of type ARG_START or ARG_LIMIT,
578 if(type==Type.ARG_START || typ in getArgType()
635 ARG_START, global() enum constant
[all...]
H A DMessageFormat.java547 * Returns the part index of the next ARG_START after partIndex, or -1 if there is none more.
548 * @param partIndex Part index of the previous ARG_START (initially 0).
556 if (type == MessagePattern.Part.Type.ARG_START) { in nextTopLevelArgStart()
1266 assert type==Part.Type.ARG_START : "Unexpected Part "+part+" in parsed message."; in parse()
1547 * Set of ARG_START part indexes where custom, user-provided Format objects
1618 if(type!=Part.Type.ARG_START) { in format()
1790 } else if (type == Part.Type.ARG_START) { in formatComplexSubMessage()
1827 if(type==Part.Type.ARG_START || type==Part.Type.MSG_LIMIT) { in getLiteralStringUntilNextArgument()
1995 * Returns the ARG_START index of the first occurrence of the plural number in a sub-message.
2009 if(type==Part.Type.ARG_START) { in findFirstPluralNumberArg()
[all...]
H A DSelectFormat.java285 } else if (type == MessagePattern.Part.Type.ARG_START) { in format()
H A DMessagePatternUtil.java447 if (partType == MessagePattern.Part.Type.ARG_START) { in buildMessageNode()
H A DPluralFormat.java649 } else if (type == MessagePattern.Part.Type.ARG_START) { in format()
721 // Iterate over (ARG_SELECTOR ARG_START message ARG_LIMIT) tuples in parseType()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMiniMessageFormatter.java108 assert type==Part.Type.ARG_START : "Unexpected Part "+part+" in parsed message."; in format()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 17 milliseconds