Home | History | Annotate | Download | only in unicode

Lines Matching defs:SelectFormat

27  * \brief C++ API: SelectFormat object
37 * <p><code>SelectFormat</code> supports the creation of internationalized
44 * <h4>Using <code>SelectFormat</code> for Gender Agreement</h4>
48 * rather than using a stand-alone <code>SelectFormat</code>.</p>
139 * <p>The <code>SelectFormat</code> pattern string defines the phrase output
185 class U_I18N_API SelectFormat : public Format {
189 * Creates a new <code>SelectFormat</code> for a given pattern string.
190 * @param pattern the pattern for this <code>SelectFormat</code>.
196 SelectFormat(const UnicodeString& pattern, UErrorCode& status);
202 SelectFormat(const SelectFormat& other);
208 virtual ~SelectFormat();
247 * @param other the SelectFormat object to copy from.
250 SelectFormat& operator=(const SelectFormat& other);
255 * @param other the SelectFormat object to be compared with.
264 * @param other the SelectFormat object to be compared with.
308 * This method is not yet supported by <code>SelectFormat</code>.
348 SelectFormat(); // default constructor not implemented.
351 * Finds the SelectFormat sub-message for the given keyword, or the "other" sub-message.
353 * @param partIndex the index of the first SelectFormat argument style part.
354 * @param keyword a keyword to be matched to one of the SelectFormat argument's keywords.