Searched refs:toPattern (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dunimatch.h140 virtual UnicodeString& toPattern(UnicodeString& result,
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dquant.h81 virtual UnicodeString& toPattern(UnicodeString& result,
H A Dquant.cpp98 UnicodeString& Quantifier::toPattern(UnicodeString& result, function in class:Quantifier
101 matcher->toMatcher()->toPattern(result, escapeUnprintable);
H A Dstrmatch.h128 virtual UnicodeString& toPattern(UnicodeString& result,
H A Dreldtfmt.h196 virtual UnicodeString& toPattern(UnicodeString& result, UErrorCode& status) const;
H A Dstrmatch.cpp160 UnicodeString& StringMatcher::toPattern(UnicodeString& result, function in class:StringMatcher
174 ICU_Utility::appendToRule(result, m->toPattern(str, escapeUnprintable),
H A Dreldtfmt.cpp84 fDateTimeFormatter->toPattern(fDatePattern);
89 sdf->toPattern(fTimePattern);
101 fDateTimeFormatter->toPattern(fTimePattern);
335 RelativeDateFormat::toPattern(UnicodeString& result, UErrorCode& status) const function in class:RelativeDateFormat
H A Dselfmt.cpp115 SelectFormat::toPattern(UnicodeString& appendTo) { function in class:SelectFormat
H A Drepattrn.cpp713 set->toPattern(s, TRUE);
729 set->toPattern(s, TRUE);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dselfmt.h303 UnicodeString& toPattern(UnicodeString& appendTo);
H A Dchoicfmt.h293 virtual UnicodeString& toPattern(UnicodeString &pattern) const;
H A Dplurfmt.h478 UnicodeString& toPattern(UnicodeString& appendTo);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtchcfmt.cpp174 pattform->toPattern( res1 );
175 it_logln("MessageFormat toPattern: " + res1);
176 fileform->toPattern( res1 );
177 it_logln("ChoiceFormat toPattern: " + res1);
179 it_logln("toPattern tested!");
348 form_pat.toPattern( res1 );
352 it_errln("*** ChoiceFormat contructor( newPattern, status) or toPattern result!");
359 form_pat.toPattern( res1 );
360 it_logln(UnicodeString("ChoiceFormat adoptChoices toPattern: ") + res1);
488 fmt1.toPattern(st
[all...]
H A Dnumrgts.cpp519 logln("nf toPattern1: " + nf->toPattern(temp));
526 logln("nf toPattern2: " + nf->toPattern(temp));
545 logln("nf toPattern2: " + nf->toPattern(temp));
650 logln("toPattern() returns \"" + df->toPattern(temp) + "\"");
660 logln("toPattern() returns \"" + df->toPattern(temp) + "\"");
798 if (dfFoo->toPattern(temp) != UnicodeString("#0000"))
799 errln("dfFoo.toPattern : " + dfFoo->toPattern(tem
[all...]
H A Dmsfmrgts.cpp148 * MessageFormat.toPattern has weird rounding behavior.
150 * ICU 4.8: This test is commented out because toPattern() has been changed to return
162 pat = fmt->toPattern(pat);
165 errln("MessageFormat.toPattern failed");
271 logln("toPattern : " + messageFormatter.toPattern());*/
442 " equal\nformat1 = " + format1 + "(" + format1.toPattern() + ")\nformat2 = " +
443 format2 + "(" + format2.toPattern() + ")");
463 if (!originalPattern.equals(mf.toPattern()))
464 errln("pattern after: \"" + mf.toPattern()
[all...]
H A Dusettest.cpp38 set.toPattern(pat);
110 test.toPattern(ustrPat, TRUE);
114 * Test toPattern().
119 // Test that toPattern() round trips with syntax characters and
226 // by toPattern(), with or without escaped unprintables, can
230 testSet.toPattern(pat0, TRUE);
238 testSet.toPattern(pat2, FALSE);
255 errln((UnicodeString)"Fail toPattern: " + source + " => " + pat);
852 testList[i]->toPattern(pat0, TRUE);
853 testList[i+1]->toPattern(pat
[all...]
H A Ducdtest.cpp493 UnicodeString("[]"), rtl.toPattern(pattern));
495 UnicodeString("[]"), cased.toPattern(pattern));
H A Dcanittst.cpp121 logln("Safe Start: " + ss.toPattern(true));
H A Dnptrans.cpp97 prohibited.toPattern(temp,TRUE);
H A Dsdtfmtts.cpp222 s2 = pat.toPattern(s2);
225 errln("ERROR: toPattern() result did not match pattern applied");
H A Dselfmts.cpp279 // ======= Test applyPattern() and toPattern()
280 logln("SelectFormat API test: Testing applyPattern() and toPattern() ...");
288 selFmt1->toPattern( checkPattern);
290 errln("ERROR: SelectFormat API test failed in toPattern() with unexpected result with pattern: "+ pattern);
H A Dtsdate.cpp144 logln(fTestName + " Pattern " + s->toPattern(str));
H A Dtmsgfmt.cpp185 logln("The output pattern is : " + fmt->toPattern(result));
187 errln("MessageFormat::toPattern() failed.");
266 // rather than toPattern() reconstituting a new, equivalent pattern string (testResultPatterns).
305 // rather than toPattern() reconstituting a new, equivalent pattern string (testResultPatterns).
306 if (form->toPattern(buffer) != testCases[i]) {
312 //form->toPattern(buffer);
318 //it_out << "Pat out: " << form->toPattern(buffer));
341 form->toPattern(buffer);
1268 assertEquals("msgCmp.toPattern()", formatStr, msgCmp.toPattern(patCm
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duset_props.cpp134 ((const UnicodeSet*) set)->toPattern(pat, escapeUnprintable);
H A Dutil.cpp404 appendToRule(rule, matcher->toPattern(pat, escapeUnprintable),

Completed in 262 milliseconds

123