Searched refs:toPattern (Results 76 - 100 of 124) sorted by relevance

12345

/external/icu/icu4c/source/i18n/
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 Dcpdtrans.cpp405 rulesSource.append(COLON_COLON, 2).append(getFilter()->toPattern(pat, escapeUnprintable)).append(ID_DELIM);
H A Dplurfmt.cpp306 PluralFormat::toPattern(UnicodeString& appendTo) { function in class:PluralFormat
H A Dudat.cpp393 sdtfmt->toPattern(res);
395 reldtfmt->toPattern(res, *status);
H A Dumsg.cpp359 ((const MessageFormat*)fmt)->toPattern(res);
/external/icu/icu4c/source/test/intltest/
H A Ddtfmtrtts.cpp293 pat = ((SimpleDateFormat*)fmt)->toPattern(pat);
H A Ddcfmapts.cpp317 funkyPat = pat.toPattern(funkyPat);
336 s2 = pat.toPattern(s2);
339 errln((UnicodeString)"ERROR: toPattern() result did not match pattern applied");
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.
3953 r + " => source = " + src.toPattern(a, TRUE) +
3954 ", target = " + trg.toPattern(b, TRUE));
3958 r + " => source = " + src.toPattern(a, TRUE) +
3959 ", expected " + expSrc.toPattern(b, TRUE) +
3960 "; target = " + trg.toPattern(c, TRUE) +
3961 ", expected " + expTrg.toPattern(
[all...]
H A Dnumfmtst.cpp243 UnicodeString newp; fmt.toPattern(newp);
379 logln((UnicodeString)"Pattern \"" + pat[p] + "\" -toPattern-> \"" +
380 fmt.toPattern(pattern) + "\"");
655 logln((UnicodeString)"Pattern \"" + fmt->toPattern(pat) + "\"");
672 logln((UnicodeString)"Pattern \"" + fmt->toPattern(pat) + "\"");
1298 df.toPattern(pat2);
2142 /*7*/ "pat:", // <pattern or '-'> <exp. toPattern or '-' or 'err'>
2323 // pat: <pattern> <exp. toPattern, or '-' or 'err'>
2352 assertEquals(where + "\"" + testpat + "\".toPattern()",
2353 exppat, f->toPattern(pat
[all...]
H A Dcollationtest.cpp341 diff.toPattern(diffString, TRUE);
345 diff.toPattern(diffString, TRUE);
362 diff.toPattern(diffString, TRUE);
H A Ddtfmrgts.cpp86 pat = sdf->toPattern(pat);
309 pat = fmt->toPattern(pat);
509 Currently this bug breaks MessageFormat.toPattern
H A Dtstnorm.cpp1406 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE);
1411 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE);
/external/chromium_org/third_party/icu/source/i18n/
H A Dudat.cpp390 sdtfmt->toPattern(res);
392 reldtfmt->toPattern(res, *status);
H A Dumsg.cpp359 ((const MessageFormat*)fmt)->toPattern(res);
H A Dnfsubs.cpp584 numberFormat->toPattern(temp);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmapts.cpp311 funkyPat = pat.toPattern(funkyPat);
330 s2 = pat.toPattern(s2);
333 errln((UnicodeString)"ERROR: toPattern() result did not match pattern applied");
H A Dtranstst.cpp665 virtual UnicodeString& toPattern(UnicodeString& result, function in class:TestFilter
1778 set.toPattern(toPat);
2479 // Test toRule/toPattern for non-quantified segment.
2499 // Test toRule/toPattern for quantified segment.
3954 r + " => source = " + src.toPattern(a, TRUE) +
3955 ", target = " + trg.toPattern(b, TRUE));
3959 r + " => source = " + src.toPattern(a, TRUE) +
3960 ", expected " + expSrc.toPattern(b, TRUE) +
3961 "; target = " + trg.toPattern(c, TRUE) +
3962 ", expected " + expTrg.toPattern(
[all...]
H A Dnumfmtst.cpp239 UnicodeString newp; fmt.toPattern(newp);
375 logln((UnicodeString)"Pattern \"" + pat[p] + "\" -toPattern-> \"" +
376 fmt.toPattern(pattern) + "\"");
651 logln((UnicodeString)"Pattern \"" + fmt->toPattern(pat) + "\"");
668 logln((UnicodeString)"Pattern \"" + fmt->toPattern(pat) + "\"");
1294 df.toPattern(pat2);
2119 /*7*/ "pat:", // <pattern or '-'> <exp. toPattern or '-' or 'err'>
2300 // pat: <pattern> <exp. toPattern, or '-' or 'err'>
2329 assertEquals(where + "\"" + testpat + "\".toPattern()",
2330 exppat, f->toPattern(pat
[all...]
H A Ddtfmrgts.cpp84 pat = sdf->toPattern(pat);
306 pat = fmt->toPattern(pat);
506 Currently this bug breaks MessageFormat.toPattern
H A Dtstnorm.cpp1406 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE);
1411 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE);
/external/chromium_org/v8/src/
H A Di18n.cc132 date_format->toPattern(pattern);
337 number_format->toPattern(pattern);
/external/chromium_org/third_party/icu/source/common/
H A Duniset.cpp103 set->toPattern(str, TRUE);
111 set->toPattern(str, TRUE);
1891 * Append the <code>toPattern()</code> representation of a
1903 * Append the <code>toPattern()</code> representation of a
1983 UnicodeString& UnicodeSet::toPattern(UnicodeString& result,
2001 // // up ALL category sets the first time toPattern() is called.
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcldrtest.c842 UChar toPattern[500]={'\0'}; local
844 int32_t len = uset_toPattern(scripts[j], toPattern, 500, TRUE, &status);
845 len = myUCharsToChars(toPattern, pat, len);
/external/icu/icu4c/source/common/
H A Duniset.cpp103 set->toPattern(str, TRUE);
111 set->toPattern(str, TRUE);
1891 * Append the <code>toPattern()</code> representation of a
1903 * Append the <code>toPattern()</code> representation of a
1983 UnicodeString& UnicodeSet::toPattern(UnicodeString& result,
2001 // // up ALL category sets the first time toPattern() is called.
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c845 UChar toPattern[500]={'\0'}; local
847 int32_t len = uset_toPattern(scripts[j], toPattern, 500, TRUE, &status);
848 len = myUCharsToChars(toPattern, pat, len);

Completed in 406 milliseconds

12345