Home
last modified time | relevance | path

Searched refs:newPattern (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/
Dchoicfmt.cpp66 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, in ChoiceFormat() argument
73 applyPattern(newPattern, status); in ChoiceFormat()
122 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, in ChoiceFormat() argument
130 applyPattern(newPattern,parseError, status); in ChoiceFormat()
Ddtptngen.cpp762 UnicodeString newPattern; in adjustFieldTypes() local
770 newPattern += quoteLiteral; in adjustFieldTypes()
774 newPattern+=field; in adjustFieldTypes()
779 newPattern+=field; in adjustFieldTypes()
804 newPattern+=field; in adjustFieldTypes()
808 return newPattern; in adjustFieldTypes()
Dmsgfmt.cpp466 MessageFormat::applyPattern(const UnicodeString& newPattern, in applyPattern() argument
470 applyPattern(newPattern,parseError,status); in applyPattern()
/external/icu4c/test/intltest/
Ddtptngts.cpp239 UnicodeString newPattern = gen->replaceFieldTypes(pattern, UnicodeString("vvvv"), status); in testAPI() local
240 format->applyPattern(newPattern); in testAPI()
/external/icu4c/i18n/unicode/
Dchoicfmt.h707 ChoiceFormat(const UnicodeString& newPattern,