Searched defs:ARG_SELECTOR (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessagePattern.java59 * choiceStyle = ((ARG_INT | ARG_DOUBLE) ARG_SELECTOR message)+
60 * pluralStyle = [ARG_INT | ARG_DOUBLE] (ARG_SELECTOR [ARG_INT | ARG_DOUBLE] message)+
61 * selectStyle = (ARG_SELECTOR message)+
67 * <li>In the choiceStyle, the ARG_SELECTOR has the '&lt;', the '#' or
70 * The optional numeric Part between each (ARG_SELECTOR, message) pair
663 ARG_SELECTOR, enum constant in enum:MessagePattern.Part.Type
758 * ((ARG_INT | ARG_DOUBLE), ARG_SELECTOR, message) tuples.
764 * and one or more (ARG_SELECTOR [explicit-value] message) tuples.
767 * Otherwise the message immediately follows the ARG_SELECTOR.
771 * The argument is a SelectFormat with one or more (ARG_SELECTOR, messag
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePattern.java58 * choiceStyle = ((ARG_INT | ARG_DOUBLE) ARG_SELECTOR message)+
59 * pluralStyle = [ARG_INT | ARG_DOUBLE] (ARG_SELECTOR [ARG_INT | ARG_DOUBLE] message)+
60 * selectStyle = (ARG_SELECTOR message)+
66 * <li>In the choiceStyle, the ARG_SELECTOR has the '&lt;', the '#' or
69 * The optional numeric Part between each (ARG_SELECTOR, message) pair
716 ARG_SELECTOR, enum constant in enum:MessagePattern.Part.Type
820 * ((ARG_INT | ARG_DOUBLE), ARG_SELECTOR, message) tuples.
827 * and one or more (ARG_SELECTOR [explicit-value] message) tuples.
830 * Otherwise the message immediately follows the ARG_SELECTOR.
835 * The argument is a SelectFormat with one or more (ARG_SELECTOR, messag
[all...]
/external/messageformat/java/com/ibm/icu/text/
H A DMessagePattern.java58 * choiceStyle = ((ARG_INT | ARG_DOUBLE) ARG_SELECTOR message)+
59 * pluralStyle = [ARG_INT | ARG_DOUBLE] (ARG_SELECTOR [ARG_INT | ARG_DOUBLE] message)+
60 * selectStyle = (ARG_SELECTOR message)+
66 * <li>In the choiceStyle, the ARG_SELECTOR has the '<', the '#' or
69 * The optional numeric Part between each (ARG_SELECTOR, message) pair
715 ARG_SELECTOR, enum constant in enum:MessagePattern.Part.Type
819 * ((ARG_INT | ARG_DOUBLE), ARG_SELECTOR, message) tuples.
826 * and one or more (ARG_SELECTOR [explicit-value] message) tuples.
829 * Otherwise the message immediately follows the ARG_SELECTOR.
834 * The argument is a SelectFormat with one or more (ARG_SELECTOR, messag
[all...]

Completed in 88 milliseconds