Home | History | Annotate | Download | only in unicode

Lines Matching full:select

44   * <p>Note: Typically, select formatting is done via <code>MessageFormat</code>
45 * with a <code>select</code> argument type,
48 * <p>The main use case for the select format is gender based inflection.
113 * move bits of the sentence in and out of the select argument of a message.
117 * the form of the participle, uses a select format based on argument 1:</p>
119 * \htmlonly<pre>{0} est {1, select, female {all&#x00E9;e} other {all&#x00E9;}} &#x00E0; {2}.</pre>\endhtmlonly
130 * one {est {2, select, female {all&#x00E9;e} other {all&#x00E9;}}}
131 * other {sont {2, select, female {all&#x00E9;es} other {all&#x00E9;s}}}
158 * MessageFormat *msgFmt = new MessageFormat(UnicodeString("{0} est {1, select, female {all&#x00E9;e} other {all&#x00E9;}} &#x00E0; Paris."), Locale("fr"), status);
209 * Sets the pattern used by this select format.
213 * @param pattern the pattern for this select format
227 * @param keyword The keyword that is used to select an alternative.
281 * @param obj A keyword string that is used to select an alternative.