Home | History | Annotate | Download | only in i18n

Lines Matching defs:applyPattern

25 *   08/26/97    aliu        Extensive changes to applyPattern; completely
99 * and plural currency style. And the patterns are set through applyPattern.
1072 // Since current pattern could be set by applyPattern(),
2830 DecimalFormat::applyPattern(const UnicodeString& pattern, UErrorCode& status)
2835 fImpl->applyPattern(pattern, status);
2841 DecimalFormat::applyPattern(const UnicodeString& pattern,
2848 fImpl->applyPattern(pattern, parseError, status);