Lines Matching defs:testPattern

319     UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}");
322 helperTestRusults(oneRuleLocales, 4, testPattern, pluralResults);
330 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
335 helperTestRusults(singular1Locales, 52, testPattern, pluralResults);
340 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
344 helperTestRusults(singular01Locales, 3, testPattern, pluralResults);
349 testPattern = UNICODE_STRING_SIMPLE("zero{zero} one{one} other{other}");
359 helperTestRusults(zeroSingularLocales, 1, testPattern, pluralResults);
364 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} other{other}");
370 helperTestRusults(singularDualLocales, 1, testPattern, pluralResults);
375 testPattern = UNICODE_STRING_SIMPLE("few{few} one{one} other{other}");
384 helperTestRusults(singularZeroSomeLocales, 1, testPattern, pluralResults);
389 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
401 helperTestRusults(special12_19Locales, 1, testPattern, pluralResults);
406 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} few{few} other{other}");
426 helperTestRusults(paucal01Locales, 4, testPattern, pluralResults);
431 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
437 helperTestRusults(singularPaucalLocales, 2, testPattern, pluralResults);
442 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
460 helperTestRusults(paucal02Locales, 1, testPattern, pluralResults);
465 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} few{few} other{other}");
476 helperTestRusults(paucal03Locales, 1, testPattern, pluralResults);
481 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
484 PluralFormat plFmt(ulocale, testPattern, status);
639 UnicodeString& testPattern,
656 PluralFormat plFmt(ulocale, testPattern, status);