• Home
  • Raw
  • Download

Lines Matching refs:testPattern

318     UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}");  in pluralFormatLocaleTest()  local
321 helperTestResults(oneRuleLocales, 8, testPattern, pluralResults); in pluralFormatLocaleTest()
332 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}"); in pluralFormatLocaleTest()
337 helperTestResults(singular1Locales, 56, testPattern, pluralResults); in pluralFormatLocaleTest()
343 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}"); in pluralFormatLocaleTest()
347 helperTestResults(singular01Locales, 4, testPattern, pluralResults); in pluralFormatLocaleTest()
352 testPattern = UNICODE_STRING_SIMPLE("zero{zero} one{one} other{other}"); in pluralFormatLocaleTest()
364 helperTestResults(zeroSingularLocales, 1, testPattern, pluralResults); in pluralFormatLocaleTest()
369 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} other{other}"); in pluralFormatLocaleTest()
375 helperTestResults(singularDualLocales, 1, testPattern, pluralResults); in pluralFormatLocaleTest()
380 testPattern = UNICODE_STRING_SIMPLE("few{few} one{one} other{other}"); in pluralFormatLocaleTest()
389 helperTestResults(singularZeroSomeLocales, 1, testPattern, pluralResults); in pluralFormatLocaleTest()
394 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}"); in pluralFormatLocaleTest()
405 helperTestResults(special12_19Locales, 1, testPattern, pluralResults); in pluralFormatLocaleTest()
410 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}"); in pluralFormatLocaleTest()
425 helperTestResults(paucal01LocalesA, 2, testPattern, pluralResults); in pluralFormatLocaleTest()
429 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} other{other}"); in pluralFormatLocaleTest()
445 helperTestResults(paucal01LocalesB, 1, testPattern, pluralResults); in pluralFormatLocaleTest()
449 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} few{few} other{other}"); in pluralFormatLocaleTest()
465 helperTestResults(paucal01LocalesC, 1, testPattern, pluralResults); in pluralFormatLocaleTest()
470 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}"); in pluralFormatLocaleTest()
476 helperTestResults(singularPaucalLocales, 2, testPattern, pluralResults); in pluralFormatLocaleTest()
481 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} few{few} other{other}"); in pluralFormatLocaleTest()
499 helperTestResults(paucal02Locales, 1, testPattern, pluralResults); in pluralFormatLocaleTest()
504 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} few{few} other{other}"); in pluralFormatLocaleTest()
515 helperTestResults(paucal03Locales, 1, testPattern, pluralResults); in pluralFormatLocaleTest()
520 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}"); in pluralFormatLocaleTest()
523 PluralFormat plFmt(ulocale, testPattern, status); in pluralFormatLocaleTest()
739 UnicodeString& testPattern, in helperTestResults() argument
756 PluralFormat plFmt(ulocale, testPattern, status); in helperTestResults()