Lines Matching full:odd
160 UNICODE_STRING_SIMPLE("odd {# is odd.} other{# is even.}"),
161 UNICODE_STRING_SIMPLE("other{# is odd or even.}"),
162 UNICODE_STRING_SIMPLE("odd{The number {0, number, #.#0} is odd.}other{The number {0, number, #.#0} is even.}"),
163 UNICODE_STRING_SIMPLE("odd{The number {1, number, #} is odd.}other{The number {2, number, #} is even.}"),
166 UNICODE_STRING_SIMPLE(" is odd."),
167 UNICODE_STRING_SIMPLE(" is odd or even."),
168 UNICODE_STRING_SIMPLE("The number {0, number, #.#0} is odd."),
169 UNICODE_STRING_SIMPLE("The number {1, number, #} is odd."),
173 UNICODE_STRING_SIMPLE(" is odd or even."),
179 //UNICODE_STRING_SIMPLE("odd{foo} odd{bar} other{foobar}"),
180 //UNICODE_STRING_SIMPLE("odd{foo} other{bar} other{foobar}"),
181 UNICODE_STRING_SIMPLE("odd{foo}"),
184 UNICODE_STRING_SIMPLE("*odd{foo} other{bar}"),
185 UNICODE_STRING_SIMPLE("odd{foo},other{bar}"),
187 UNICODE_STRING_SIMPLE("odd{foo}{foobar}other{foo}"),
191 UnicodeString oddAndEvenRule = UNICODE_STRING_SIMPLE("odd: n mod 2 is 1");
246 plRules = PluralRules::createRules(UNICODE_STRING_SIMPLE("odd: n mod 2 is 1"), status);
253 pluralFmt.applyPattern(UNICODE_STRING_SIMPLE("odd{odd} other{even}"), status);
269 pluralFmt.applyPattern(UNICODE_STRING_SIMPLE("odd__{odd} other{even}"), status);