Home | History | Annotate | Download | only in intltest

Lines Matching defs:one

277     pluralFmt.applyPattern(UNICODE_STRING_SIMPLE("one{one} other{not one}"), status);
281 UnicodeString one = UNICODE_STRING_SIMPLE("one");
282 UnicodeString notOne = UNICODE_STRING_SIMPLE("not one");
287 numResult = one;
337 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
348 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
357 testPattern = UNICODE_STRING_SIMPLE("zero{zero} one{one} other{other}");
374 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} other{other}");
385 testPattern = UNICODE_STRING_SIMPLE("few{few} one{one} other{other}");
398 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
414 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
433 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} other{other}");
453 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} few{few} other{other}");
474 testPattern = UNICODE_STRING_SIMPLE("one{one} few{few} other{other}");
485 testPattern = UNICODE_STRING_SIMPLE("one{one} many{many} few{few} other{other}");
508 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} few{few} other{other}");
524 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
533 UnicodeString plResult = plFmt.format(0.0, status); // retrun ONE
534 plResult = plFmt.format(0.5, status); // retrun ONE
535 plResult = plFmt.format(1.0, status); // retrun ONE
536 plResult = plFmt.format(1.9, status); // retrun ONE
545 "There is one widget.",
546 "There is a bling widget and one other widget.",
557 "=1.0 {There is one widget.} "
559 "one {There is a bling widget and one other widget.} "
629 UnicodeString pattern("one{#st file}two{#nd file}few{#rd file}other{#th file}");
672 PluralFormat pf(Locale::getEnglish(), "one{one meter}other{# meters}", errorCode);
673 assertEquals("simple format(1)", "one meter", pf.format((int32_t)1, errorCode), TRUE);
676 "offset:1 one{another meter}other{another # meters}", errorCode);
746 UNICODE_STRING_SIMPLE("one"),