Searched defs:toPattern (Results 1 - 14 of 14) 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 Dselfmt.cpp115 SelectFormat::toPattern(UnicodeString& appendTo) { function in class:SelectFormat
H A Dplurfmt.cpp261 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 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
51 // LESS_EQUAL is generated by toPattern().
245 ChoiceFormat::toPattern(UnicodeString& result) const function in class:ChoiceFormat
287 // Modified version of the pre-ICU 4.8 toPattern() implementation.
H A Dmsgfmt.cpp504 MessageFormat::toPattern(UnicodeString& appendTo) const { function in class:MessageFormat
H A Dsmpdtfmt.cpp3308 SimpleDateFormat::toPattern(UnicodeString& result) const function in class:SimpleDateFormat
H A Ddecimfmt.cpp34 * 06/28/99 stephen Fixed bugs in toPattern().
3177 DecimalFormat::toPattern(UnicodeString& result) const function in class:DecimalFormat
3179 return toPattern(result, FALSE);
3188 return toPattern(result, TRUE);
3359 // toPattern() -- still does use the expanded
3514 * when passed to toPattern().
3634 DecimalFormat::toPattern(UnicodeString& result, UBool localized) const function in class:DecimalFormat
4283 * "#" 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.c830 UChar toPattern[500]={'\0'}; local
832 int32_t len = uset_toPattern(scripts[j], toPattern, 500, TRUE, &status);
833 len = myUCharsToChars(toPattern, pat, len);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 388 milliseconds