Home | History | Annotate | Download | only in unicode

Lines Matching refs:other

77   * <p>Some other languages have noun classes that are not related to  gender,
82 * we usually need to distinguish only between female, male and other/unknown.</p>
98 * but some languages may require other keywords.
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}}}
145 * <code>other</code>; this phrase is returned when the keyword
147 * the <code>format</code> method matches no other keyword.
148 * If a pattern does not provide a phrase for <code>other</code>, the method
158 * MessageFormat *msgFmt = new MessageFormat(UnicodeString("{0} est {1, select, female {all&#x00E9;e} other {all&#x00E9;}} &#x00E0; Paris."), Locale("fr"), status);
200 SelectFormat(const SelectFormat& other);
245 * @param other the SelectFormat object to copy from.
248 SelectFormat& operator=(const SelectFormat& other);
253 * @param other the SelectFormat object to be compared with.
254 * @return true if other is semantically equal to this.
257 virtual UBool operator==(const Format& other) const;
262 * @param other the SelectFormat object to be compared with.
263 * @return true if other is semantically unequal to this.
266 virtual UBool operator!=(const Format& other) const;
349 * Finds the SelectFormat sub-message for the given keyword, or the "other" sub-message.