Lines Matching refs:keyword
103 * <p>The resulting keyword is provided to <code>MessageFormat</code> as a
140 * for each user-defined keyword.
141 * The pattern is a sequence of (keyword, message) pairs.
142 * A keyword is a "pattern identifier": [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+</p>
146 * <p>You always have to define a phrase for the default keyword
147 * <code>other</code>; this phrase is returned when the keyword
149 * the <code>format</code> method matches no other keyword.
212 * for the keyword rules.
227 * Selects the phrase for the given keyword
229 * @param keyword The keyword that is used to select an alternative.
239 UnicodeString& format(const UnicodeString& keyword,
279 * This method handles keyword strings.
283 * @param obj A keyword string that is used to select an alternative.
351 * Finds the SelectFormat sub-message for the given keyword, or the "other" sub-message.
354 * @param keyword a keyword to be matched to one of the SelectFormat argument's keywords.
359 const UnicodeString& keyword, UErrorCode& ec);