Searched refs:newPattern (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/samples/dtptngsample/
H A Ddtptngsample.cpp140 UnicodeString newPattern = dtfg->replaceFieldTypes(pattern, "vvvv", status); local
142 sdf->applyPattern(newPattern);
146 u_fprintf(out, "%S\n", newPattern.getTerminatedBuffer());
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dselfmt.cpp57 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { argument
62 msgPattern.parseSelectStyle(newPattern, NULL, status);
H A Dchoicfmt.cpp75 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, argument
80 applyPattern(newPattern, status);
123 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, argument
129 applyPattern(newPattern,parseError, status);
H A Dudatpg.cpp275 UChar *newPattern, int32_t newPatternCapacity,
280 if ( pattern==NULL || ((newPattern==NULL)? newPatternCapacity!=0: newPatternCapacity<0) ) {
345 return patternString.extract(newPattern, newPatternCapacity, *pErrorCode);
272 uadatpg_remapPatternWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UDateTimePatternMatchOptions options, UChar *newPattern, int32_t newPatternCapacity, UErrorCode *pErrorCode) argument
H A Dplurfmt.cpp188 PluralFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { argument
189 msgPattern.parsePluralStyle(newPattern, NULL, status);
H A Ddtptngen.cpp1060 UnicodeString newPattern; local
1068 newPattern += quoteLiteral;
1072 newPattern+=field;
1077 newPattern+=field;
1156 newPattern+=field;
1159 return newPattern;
H A Dmsgfmt.cpp469 MessageFormat::applyPattern(const UnicodeString& newPattern, argument
473 applyPattern(newPattern,parseError,status);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dchoicfmt.h482 * @param newPattern Pattern used to construct object.
488 ChoiceFormat(const UnicodeString& newPattern,
H A Dudatpg.h614 * @param newPattern
617 * The capacity of newPattern.
622 * The length of newPattern. If this is greater than
624 * newPattern are undefined.
631 UChar *newPattern, int32_t newPatternCapacity,
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ddtptngts.cpp473 UnicodeString newPattern = gen->replaceFieldTypes(pattern, UnicodeString("vvvv"), status); local
474 format->applyPattern(newPattern);

Completed in 207 milliseconds