Lines Matching refs:pattern
53 * are equivalent. The first is by using a string pattern. This is the
61 * <code>ChoiceFormat</code> is with a pattern. Here is an example of a
62 * <code>ChoiceFormat</code> pattern:</p>
70 * <p>The pattern consists of a number or <em>range specifiers</em>
159 * example, in the pattern \htmlonly"<code>1.0#a|2.0#b</code>"\endhtmlonly, the
219 * constructed from a pattern together with a
263 * based on the pattern.
265 * @param pattern Pattern used to construct object.
267 * pattern cannot be parsed, set to failure code.
270 ChoiceFormat(const UnicodeString& pattern,
352 * Sets the pattern.
353 * @param pattern The pattern to be applied.
355 * exit. If the pattern is invalid, this will be
359 virtual void applyPattern(const UnicodeString& pattern,
363 * Sets the pattern.
364 * @param pattern The pattern to be applied.
368 * exit. If the pattern is invalid, this will be
372 virtual void applyPattern(const UnicodeString& pattern,
376 * Gets the pattern.
378 * @param pattern Output param which will recieve the pattern
380 * @return A reference to 'pattern'
383 virtual UnicodeString& toPattern(UnicodeString &pattern) const;
667 * based on the pattern.
669 * @param newPattern Pattern used to construct object.
673 * pattern cannot be parsed, set to failure code.