Home | History | Annotate | Download | only in intltest

Lines Matching full:testpattern

282     UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}");
285 helperTestRusults(oneRuleLocales, 4, testPattern, pluralResults);
291 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
296 helperTestRusults(singular1Locales, 19, testPattern, pluralResults);
301 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
305 helperTestRusults(singular01Locales, 2, testPattern, pluralResults);
310 testPattern = UNICODE_STRING_SIMPLE("zero{zero} one{one} other{other}");
320 helperTestRusults(zeroSingularLocales, 1, testPattern, pluralResults);
325 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} other{other}");
331 helperTestRusults(singularDualLocales, 1, testPattern, pluralResults);
336 testPattern = UNICODE_STRING_SIMPLE("few{few} one{one} other{other}");
345 helperTestRusults(singularZeroSomeLocales, 1, testPattern, pluralResults);
350 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
362 helperTestRusults(special12_19Locales, 1, testPattern, pluralResults);
367 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} few{few} other{other}");
387 helperTestRusults(paucal01Locales, 4, testPattern, pluralResults);
392 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
398 helperTestRusults(singularPaucalLocales, 2, testPattern, pluralResults);
403 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
421 helperTestRusults(paucal02Locales, 1, testPattern, pluralResults);
426 testPattern
437 helperTestRusults(paucal03Locales, 1, testPattern, pluralResults);
442 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
445 PluralFormat plFmt(ulocale, testPattern, status);
515 UnicodeString& testPattern,
532 PluralFormat plFmt(ulocale, testPattern, status);