Home | History | Annotate | Download | only in unicode

Lines Matching full:phrase

36   * how to map keywords to phrases and provides a default phrase. The
38 * against the keywords. If there is a match, the corresponding phrase
39 * is selected; otherwise, the default phrase is used.</p>
124 * <p>The <code>SelectFormat</code> pattern text defines the phrase output
126 * The pattern is a sequence of <code><i>keyword</i>{<i>phrase</i>}</code>
128 * Each clause assigns the phrase <code><i>phrase</i></code>
134 * You always have to define a phrase for the default keyword
135 * <code>other</code>; this phrase is returned when the keyword
138 * If a pattern does not provide a phrase for <code>other</code>, the method
140 * If a pattern provides more than one phrase for the same keyword, the
144 * <code>{<i>phrase</i>}</code> will be ignored; spaces within
145 * <code>{<i>phrase</i>}</code> will be preserved.<p>
147 * <p>The phrase for a particular select case may contain other message
226 * Selects the phrase for the given keyword
355 //Hash to store the keyword, phrase pairs.