Home | History | Annotate | Download | only in intltest

Lines Matching refs:testPattern

315     UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}");
318 helperTestRusults(oneRuleLocales, 4, testPattern, pluralResults);
326 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
331 helperTestRusults(singular1Locales, 52, testPattern, pluralResults);
336 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
340 helperTestRusults(singular01Locales, 3, testPattern, pluralResults);
345 testPattern = UNICODE_STRING_SIMPLE("zero{zero} one{one} other{other}");
355 helperTestRusults(zeroSingularLocales, 1, testPattern, pluralResults);
360 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} other{other}");
366 helperTestRusults(singularDualLocales, 1, testPattern, pluralResults);
371 testPattern = UNICODE_STRING_SIMPLE("few{few} one{one} other{other}");
380 helperTestRusults(singularZeroSomeLocales, 1, testPattern, pluralResults);
385 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
397 helperTestRusults(special12_19Locales, 1, testPattern, pluralResults);
402 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} few{few} other{other}");
422 helperTestRusults(paucal01Locales, 4, testPattern, pluralResults);
427 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
433 helperTestRusults(singularPaucalLocales, 2, testPattern, pluralResults);
438 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
456 helperTestRusults(paucal02Locales, 1, testPattern, pluralResults);
461 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} few{few} other{other}");
472 helperTestRusults(paucal03Locales, 1, testPattern, pluralResults);
477 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
480 PluralFormat plFmt(ulocale, testPattern, status);
550 UnicodeString& testPattern,
567 PluralFormat plFmt(ulocale, testPattern, status);