Home | History | Annotate | Download | only in intltest

Lines Matching defs:testPattern

318     UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}");
321 helperTestResults(oneRuleLocales, 4, testPattern, pluralResults);
329 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
334 helperTestResults(singular1Locales, 52, testPattern, pluralResults);
339 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
343 helperTestResults(singular01Locales, 3, testPattern, pluralResults);
348 testPattern = UNICODE_STRING_SIMPLE("zero{zero} one{one} other{other}");
358 helperTestResults(zeroSingularLocales, 1, testPattern, pluralResults);
363 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} other{other}");
369 helperTestResults(singularDualLocales, 1, testPattern, pluralResults);
374 testPattern = UNICODE_STRING_SIMPLE("few{few} one{one} other{other}");
383 helperTestResults(singularZeroSomeLocales, 1, testPattern, pluralResults);
388 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
400 helperTestResults(special12_19Locales, 1, testPattern, pluralResults);
405 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} few{few} other{other}");
425 helperTestResults(paucal01Locales, 4, testPattern, pluralResults);
430 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
436 helperTestResults(singularPaucalLocales, 2, testPattern, pluralResults);
441 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
459 helperTestResults(paucal02Locales, 1, testPattern, pluralResults);
464 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} few{few} other{other}");
475 helperTestResults(paucal03Locales, 1, testPattern, pluralResults);
480 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
483 PluralFormat plFmt(ulocale, testPattern, status);
680 UnicodeString& testPattern,
697 PluralFormat plFmt(ulocale, testPattern, status);