Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

49  * The strings must conform to the MessageFormat pattern syntax.
71 * are equivalent. The first is by using a string pattern. This is the
82 * <p>The pattern string defines the range boundaries and the strings for each number range.
105 * the sequence of <code>(number separator string)</code> in an equivalent pattern string.
107 * The equivalent pattern string will be constructed automatically.</p>
176 * Constructs a new ChoiceFormat from the pattern string.
178 * @param pattern Pattern used to construct object.
180 * pattern cannot be parsed, set to failure code.
183 ChoiceFormat(const UnicodeString& pattern,
264 * Sets the pattern.
265 * @param pattern The pattern to be applied.
267 * exit. If the pattern is invalid, this will be
271 virtual void applyPattern(const UnicodeString& pattern,
275 * Sets the pattern.
276 * @param pattern The pattern to be applied.
280 * exit. If the pattern is invalid, this will be
284 virtual void applyPattern(const UnicodeString& pattern,
288 * Gets the pattern.
290 * @param pattern Output param which will receive the pattern
292 * @return A reference to 'pattern'
295 virtual UnicodeString& toPattern(UnicodeString &pattern) const;
335 * @deprecated ICU 4.8 Use the MessagePattern class to analyze a ChoiceFormat pattern.
345 * @deprecated ICU 4.8 Use the MessagePattern class to analyze a ChoiceFormat pattern.
355 * @deprecated ICU 4.8 Use the MessagePattern class to analyze a ChoiceFormat pattern.
482 * based on the pattern.
484 * @param newPattern Pattern used to construct object.
488 * pattern cannot be parsed, set to failure code.
504 * @param pattern A MessagePattern.
509 static int32_t findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number);
512 const MessagePattern &pattern, int32_t partIndex,
516 * Matches the pattern string from the end of the partIndex to
524 const MessagePattern &pattern, int32_t partIndex, int32_t limitPartIndex,
536 * The MessagePattern which contains the parsed structure of the pattern string.
539 * numeric/selector/message parts corresponding to the parsed pattern.