Home | History | Annotate | Download | only in i18n

Lines Matching refs:applyPattern

290     applyPattern(pattern, success);
317 applyPattern(pattern, success);
345 applyPattern(pattern, parseError, success);
560 MessageFormat::applyPattern(const UnicodeString& newPattern,
564 applyPattern(newPattern,parseError,status);
572 MessageFormat::applyPattern(const UnicodeString& pattern,
1494 * Reads the segments[] array (see applyPattern()) and parses the
1568 ((DecimalFormat*)fmt)->applyPattern(segments[3],parseError,ec);
1589 ((SimpleDateFormat*)fmt)->applyPattern(segments[3]);