Lines Matching refs:testPattern
323 UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}");
326 helperTestResults(oneRuleLocales, 8, testPattern, pluralResults);
337 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
342 helperTestResults(singular1Locales, 56, testPattern, pluralResults);
348 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
352 helperTestResults(singular01Locales, 4, testPattern, pluralResults);
357 testPattern = UNICODE_STRING_SIMPLE("zero{zero} one{one} other{other}");
369 helperTestResults(zeroSingularLocales, 1, testPattern, pluralResults);
374 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} other{other}");
380 helperTestResults(singularDualLocales, 1, testPattern, pluralResults);
385 testPattern = UNICODE_STRING_SIMPLE("few{few} one{one} other{other}");
393 helperTestResults(singularZeroSomeLocales, 1, testPattern, pluralResults);
398 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
409 helperTestResults(special12_19Locales, 1, testPattern, pluralResults);
414 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
429 helperTestResults(paucal01LocalesA, 2, testPattern, pluralResults);
433 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} other{other}");
449 helperTestResults(paucal01LocalesB, 1, testPattern, pluralResults);
453 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} few{few} other{other}");
469 helperTestResults(paucal01LocalesC, 1, testPattern, pluralResults);
474 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
480 helperTestResults(singularPaucalLocales, 2, testPattern, pluralResults);
485 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} few{few} other{other}");
503 helperTestResults(paucal02Locales, 1, testPattern, pluralResults);
508 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} few{few} other{other}");
519 helperTestResults(paucal03Locales, 1, testPattern, pluralResults);
524 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
527 PluralFormat plFmt(ulocale, testPattern, status);
740 UnicodeString& testPattern,
757 PluralFormat plFmt(ulocale, testPattern, status);