Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

83  * specify the message pattern, you can either pass it to the
91 * The pattern text defines the message output for each plural case of the
116 * (The offset defaults to 0 if it is omitted from the pattern string.)
196 * Creates a new <code>PluralFormat</code> for a given pattern string.
199 * @param pattern the pattern for this <code>PluralFormat</code>.
200 * errors are returned to status if the pattern is invalid.
205 PluralFormat(const UnicodeString& pattern, UErrorCode& status);
208 * Creates a new <code>PluralFormat</code> for a given pattern string and
215 * @param pattern the pattern for this <code>PluralFormat</code>.
216 * errors are returned to status if the pattern is invalid.
221 PluralFormat(const Locale& locale, const UnicodeString& pattern, UErrorCode& status);
225 * pattern and a locale.
228 * @param pattern the pattern for this <code>PluralFormat</code>.
229 * errors are returned to status if the pattern is invalid.
235 const UnicodeString& pattern,
240 * pattern and a locale.
246 * @param pattern the pattern for this <code>PluralFormat</code>.
247 * errors are returned to status if the pattern is invalid.
254 const UnicodeString& pattern,
270 * Sets the pattern used by this plural format.
271 * The method parses the pattern and creates a map of format strings
275 * @param pattern the pattern for this plural format
276 * errors are returned to status if the pattern is invalid.
281 void applyPattern(const UnicodeString& pattern, UErrorCode& status);
290 * for. If no pattern has been applied to this
304 * for. If no pattern has been applied to this
318 * for. If no pattern has been applied to this
339 * for. If no pattern has been applied to this
359 * i.e., a pattern that was applied previously will be removed,
432 * Returns the pattern from applyPattern() or constructor().
436 * @return the UnicodeString with inserted pattern.
536 * @param pattern A MessagePattern.
545 const MessagePattern& pattern, int32_t partIndex,