Home | History | Annotate | Download | only in intltest

Lines Matching full:odd

50         UNICODE_STRING_SIMPLE("other{odd or even}"),
51 UNICODE_STRING_SIMPLE("odd{The number {0, number, integer} is odd.}other{The number {0, number, integer} is even.}"),
52 UNICODE_STRING_SIMPLE("odd{The number {1} is odd}other{The number {1} is even}"),
58 UNICODE_STRING_SIMPLE("odd")
68 UNICODE_STRING_SIMPLE("odd or even"),
69 UNICODE_STRING_SIMPLE("odd or even"),
70 UNICODE_STRING_SIMPLE("odd or even"),
75 UNICODE_STRING_SIMPLE("The number {0, number, integer} is odd."),
80 UNICODE_STRING_SIMPLE("The number {1} is odd"),
85 UNICODE_STRING_SIMPLE("odd{foo}"),
86 UNICODE_STRING_SIMPLE("*odd{foo} other{bar}"),
87 UNICODE_STRING_SIMPLE("odd{foo},other{bar}"),
89 UNICODE_STRING_SIMPLE("odd{foo}{foobar}other{foo}"),
90 UNICODE_STRING_SIMPLE("odd{foo1}other{foo2}}"),
91 UNICODE_STRING_SIMPLE("odd{foo1}other{{foo2}"),
92 UNICODE_STRING_SIMPLE("odd{fo{o1}other{foo2}}")
117 selFmt->applyPattern("odd{foo} odd{bar} other{foobar}", status);
120 selFmt->format(UnicodeString("odd"), format_result, format_ignore, status);
121 assertEquals("should use first occurrence of the 'odd' keyword", "foo", format_result);
123 selFmt->applyPattern("odd{foo} other{bar} other{foobar}", status);