Searched defs:toPattern (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/i18n/
H A Dquant.cpp95 UnicodeString& Quantifier::toPattern(UnicodeString& result, function in class:Quantifier
98 matcher->toMatcher()->toPattern(result, escapeUnprintable);
H A Dplurfmt.cpp331 PluralFormat::toPattern(UnicodeString& appendTo) { function in class:PluralFormat
H A Dreldtfmt.cpp259 RelativeDateFormat::toPattern(UnicodeString& result, UErrorCode& status) const function in class:RelativeDateFormat
293 sdtfmt->toPattern(result);
310 sdtfmt->toPattern(result);
H A Dselfmt.cpp303 SelectFormat::toPattern(UnicodeString& appendTo) { function in class:SelectFormat
H A Dstrmatch.cpp155 UnicodeString& StringMatcher::toPattern(UnicodeString& result, function in class:StringMatcher
169 ICU_Utility::appendToRule(result, m->toPattern(str, escapeUnprintable),
H A Dchoicfmt.cpp17 * 06/04/97 helena Fixed applyPattern(), toPattern() and not to include
49 // LESS_EQUAL is generated by toPattern().
462 ChoiceFormat::toPattern(UnicodeString& result) const function in class:ChoiceFormat
H A Dmsgfmt.cpp709 MessageFormat::toPattern(UnicodeString& appendTo) const { function in class:MessageFormat
755 appendTo += decfmt->toPattern(buffer);
827 appendTo += sdtfmt->toPattern(buffer);
845 appendTo += ((ChoiceFormat*)fmt)->toPattern(buffer);
849 appendTo += plfmt->toPattern(buffer);
853 appendTo += ((SelectFormat*)fmt)->toPattern(buffer);
H A Dsmpdtfmt.cpp3012 SimpleDateFormat::toPattern(UnicodeString& result) const function in class:SimpleDateFormat
H A Ddecimfmt.cpp34 * 06/28/99 stephen Fixed bugs in toPattern().
2938 DecimalFormat::toPattern(UnicodeString& result) const function in class:DecimalFormat
2940 return toPattern(result, FALSE);
2949 return toPattern(result, TRUE);
3124 // toPattern() -- still does use the expanded
3279 * when passed to toPattern().
3399 DecimalFormat::toPattern(UnicodeString& result, UBool localized) const function in class:DecimalFormat
4048 * "#" to become "#0" when toPattern() is called (even though that's
/external/icu4c/test/intltest/
H A Dtransapi.cpp721 virtual UnicodeString& toPattern(UnicodeString& result, function in class:TestFilter1
742 virtual UnicodeString& toPattern(UnicodeString& result, function in class:TestFilter2
763 virtual UnicodeString& toPattern(UnicodeString& result, function in class:TestFilter3
H A Dtranstst.cpp664 virtual UnicodeString& toPattern(UnicodeString& result, function in class:TestFilter
1777 set.toPattern(toPat);
2478 // Test toRule/toPattern for non-quantified segment.
2498 // Test toRule/toPattern for quantified segment.
3952 r + " => source = " + src.toPattern(a, TRUE) +
3953 ", target = " + trg.toPattern(b, TRUE));
3957 r + " => source = " + src.toPattern(a, TRUE) +
3958 ", expected " + expSrc.toPattern(b, TRUE) +
3959 "; target = " + trg.toPattern(c, TRUE) +
3960 ", expected " + expTrg.toPattern(
[all...]
/external/icu4c/test/cintltst/
H A Dcldrtest.c901 UChar toPattern[500]={'\0'}; local
903 int32_t len = uset_toPattern(scripts[j], toPattern, 500, TRUE, &status);
904 len = myUCharsToChars(toPattern, pat, len);

Completed in 179 milliseconds