Searched refs:newPattern (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/i18n/ |
D | choicfmt.cpp | 66 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()
|
D | dtptngen.cpp | 762 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()
|
D | msgfmt.cpp | 466 MessageFormat::applyPattern(const UnicodeString& newPattern, in applyPattern() argument 470 applyPattern(newPattern,parseError,status); in applyPattern()
|
/external/icu4c/test/intltest/ |
D | dtptngts.cpp | 239 UnicodeString newPattern = gen->replaceFieldTypes(pattern, UnicodeString("vvvv"), status); in testAPI() local 240 format->applyPattern(newPattern); in testAPI()
|
/external/icu4c/i18n/unicode/ |
D | choicfmt.h | 707 ChoiceFormat(const UnicodeString& newPattern,
|