Lines Matching refs:pattern
46 * The strings must conform to the MessageFormat pattern syntax.
68 * are equivalent. The first is by using a string pattern. This is the
79 * <p>The pattern string defines the range boundaries and the strings for each number range.
102 * the sequence of <code>(number separator string)</code> in an equivalent pattern string.
104 * The equivalent pattern string will be constructed automatically.</p>
171 * Constructs a new ChoiceFormat from the pattern string.
173 * @param pattern Pattern used to construct object.
175 * pattern cannot be parsed, set to failure code.
178 ChoiceFormat(const UnicodeString& pattern,
259 * Sets the pattern.
260 * @param pattern The pattern to be applied.
262 * exit. If the pattern is invalid, this will be
266 virtual void applyPattern(const UnicodeString& pattern,
270 * Sets the pattern.
271 * @param pattern The pattern to be applied.
275 * exit. If the pattern is invalid, this will be
279 virtual void applyPattern(const UnicodeString& pattern,
283 * Gets the pattern.
285 * @param pattern Output param which will receive the pattern
287 * @return A reference to 'pattern'
290 virtual UnicodeString& toPattern(UnicodeString &pattern) const;
330 * @deprecated ICU 4.8 Use the MessagePattern class to analyze a ChoiceFormat pattern.
340 * @deprecated ICU 4.8 Use the MessagePattern class to analyze a ChoiceFormat pattern.
350 * @deprecated ICU 4.8 Use the MessagePattern class to analyze a ChoiceFormat pattern.
552 * based on the pattern.
554 * @param newPattern Pattern used to construct object.
558 * pattern cannot be parsed, set to failure code.
575 * @param pattern A MessagePattern.
580 static int32_t findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number);
583 const MessagePattern &pattern, int32_t partIndex,
587 * Matches the pattern string from the end of the partIndex to
595 const MessagePattern &pattern, int32_t partIndex, int32_t limitPartIndex,
607 * The MessagePattern which contains the parsed structure of the pattern string.
610 * numeric/selector/message parts corresponding to the parsed pattern.