Lines Matching refs:keyword
106 * <p>The resulting keyword is provided to <code>MessageFormat</code> as a
143 * for each user-defined keyword.
144 * The pattern is a sequence of (keyword, message) pairs.
145 * A keyword is a "pattern identifier": [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+</p>
149 * <p>You always have to define a phrase for the default keyword
150 * <code>other</code>; this phrase is returned when the keyword
152 * the <code>format</code> method matches no other keyword.
215 * for the keyword rules.
230 * Selects the phrase for the given keyword
232 * @param keyword The keyword that is used to select an alternative.
242 UnicodeString& format(const UnicodeString& keyword,
282 * This method handles keyword strings.
286 * @param obj A keyword string that is used to select an alternative.
354 * Finds the SelectFormat sub-message for the given keyword, or the "other" sub-message.
357 * @param keyword a keyword to be matched to one of the SelectFormat argument's keywords.
362 const UnicodeString& keyword, UErrorCode& ec);