Home | History | Annotate | Download | only in i18n

Lines Matching refs:pattern

17  *   06/11/97    helena      Fixed addPattern to take the pattern correctly.
18 * 06/17/97 helena Fixed the getPattern to return the correct pattern.
230 // Creates a MessageFormat instance based on the pattern.
232 MessageFormat::MessageFormat(const UnicodeString& pattern,
250 applyPattern(pattern, success);
253 MessageFormat::MessageFormat(const UnicodeString& pattern,
272 applyPattern(pattern, success);
275 MessageFormat::MessageFormat(const UnicodeString& pattern,
295 applyPattern(pattern, parseError, success);
481 // Applies the new pattern and returns an error if the pattern
484 MessageFormat::applyPattern(const UnicodeString& pattern,
491 msgPattern.parse(pattern, &parseError, ec);
510 MessageFormat::applyPattern(const UnicodeString& pattern,
517 applyPattern(pattern, *parseError, status);
521 // Converts this MessageFormat instance to a pattern.
882 // pattern and formats the arguments Formattable array and
886 MessageFormat::format( const UnicodeString& pattern,
892 MessageFormat temp(pattern, success);
1262 // until ARG_LIMIT or end of plural-only pattern.
1492 // Parses the source pattern and returns the Formattable objects array,
1545 MessageFormat::autoQuoteApostrophe(const UnicodeString& pattern, UErrorCode& status) {
1548 int32_t plen = pattern.length();
1549 const UChar* pat = pattern.getBuffer();
1703 default: // pattern