Lines Matching full:other
9 <!-- other -->
11 <pluralRange start="other" end="other" result="other"/>
14 <!-- one, other -->
17 <pluralRange start="one" end="other" result="other"/>
18 <pluralRange start="other" end="other" result="other"/>
21 <pluralRange start="one" end="one" result="other"/>
22 <pluralRange start="one" end="other" result="other"/>
23 <pluralRange start="other" end="other" result="other"/>
26 <pluralRange start="one" end="other" result="one"/>
27 <pluralRange start="other" end="one" result="other"/>
28 <pluralRange start="other" end="other" result="other"/>
31 <pluralRange start="one" end="other" result="other"/>
32 <pluralRange start="other" end="one" result="one"/>
33 <pluralRange start="other" end="other" result="other"/>
36 <pluralRange start="one" end="other" result="other"/>
37 <pluralRange start="other" end="one" result="other"/>
38 <pluralRange start="other" end="other" result="other"/>
42 <pluralRange start="one" end="other" result="other"/>
43 <pluralRange start="other" end="one" result="one"/>
44 <pluralRange start="other" end="other" result="other"/>
48 <pluralRange start="one" end="other" result="other"/>
49 <pluralRange start="other" end="one" result="other"/>
50 <pluralRange start="other" end="other" result="other"/>
53 <pluralRange start="one" end="one" result="other"/>
54 <pluralRange start="one" end="other" result="other"/>
55 <pluralRange start="other" end="one" result="other"/>
56 <pluralRange start="other" end="other" result="other"/>
59 <!-- zero, one, other -->
61 <pluralRange start="zero" end="zero" result="other"/>
63 <pluralRange start="zero" end="other" result="other"/>
64 <pluralRange start="one" end="zero" result="other"/>
66 <pluralRange start="one" end="other" result="other"/>
67 <pluralRange start="other" end="zero" result="other"/>
68 <pluralRange start="other" end="one" result="one"/>
69 <pluralRange start="other" end="other" result="other"/>
72 <!-- one, few, other -->
75 <pluralRange start="one" end="other" result="other"/>
78 <pluralRange start="few" end="other" result="other"/>
79 <pluralRange start="other" end="few" result="few"/>
80 <pluralRange start="other" end="other" result="other"/>
85 <pluralRange start="one" end="other" result="other"/>
88 <pluralRange start="few" end="other" result="other"/>
89 <pluralRange start="other" end="one" result="one"/>
90 <pluralRange start="other" end="few" result="few"/>
91 <pluralRange start="other" end="other" result="other"/>
94 <!-- one, two, few, other -->
99 <pluralRange start="one" end="other" result="other"/>
103 <pluralRange start="two" end="other" result="other"/>
107 <pluralRange start="few" end="other" result="other"/>
108 <pluralRange start="other" end="one" result="few"/>
109 <pluralRange start="other" end="two" result="two"/>
110 <pluralRange start="other" end="few" result="few"/>
111 <pluralRange start="other" end="other" result="other"/>
114 <!-- one, two, many, other -->
116 <pluralRange start="one" end="two" result="other"/>
118 <pluralRange start="one" end="other" result="other"/>
119 <pluralRange start="two" end="many" result="other"/>
120 <pluralRange start="two" end="other" result="other"/>
122 <pluralRange start="many" end="other" result="many"/>
123 <pluralRange start="other" end="one" result="other"/>
124 <pluralRange start="other" end="two" result="other"/>
125 <pluralRange start="other" end="many" result="many"/>
126 <pluralRange start="other" end="other" result="other"/>
129 <!-- one, few, many, other -->
133 <pluralRange start="one" end="other" result="other"/>
136 <pluralRange start="few" end="other" result="other"/>
140 <pluralRange start="many" end="other" result="other"/>
141 <pluralRange start="other" end="one" result="one"/>
142 <pluralRange start="other" end="few" result="few"/>
143 <pluralRange start="other" end="many" result="many"/>
144 <pluralRange start="other" end="other" result="other"/>
150 <pluralRange start="one" end="other" result="other"/>
154 <pluralRange start="few" end="other" result="other"/>
158 <pluralRange start="many" end="other" result="other"/>
159 <pluralRange start="other" end="one" result="one"/>
160 <pluralRange start="other" end="few" result="few"/>
161 <pluralRange start="other" end="many" result="many"/>
162 <pluralRange start="other" end="other" result="other"/>
165 <!-- one, two, few, many, other -->
170 <pluralRange start="one" end="other" result="other"/>
173 <pluralRange start="two" end="other" result="other"/>
176 <pluralRange start="few" end="other" result="other"/>
178 <pluralRange start="many" end="other" result="other"/>
179 <pluralRange start="other" end="one" result="one"/>
180 <pluralRange start="other" end="two" result="two"/>
181 <pluralRange start="other" end="few" result="few"/>
182 <pluralRange start="other" end="many" result="many"/>
183 <pluralRange start="other" end="other" result="other"/>
186 <!-- zero, one, two, few, many, other -->
192 <pluralRange start="zero" end="other" result="other"/>
196 <pluralRange start="one" end="other" result="other"/>
199 <pluralRange start="two" end="other" result="other"/>
201 <pluralRange start="few" end="other" result="other"/>
202 <pluralRange start="many" end="other" result="other"/>
203 <pluralRange start="other" end="one" result="one"/>
204 <pluralRange start="other" end="two" result="two"/>
205 <pluralRange start="other" end="few" result="few"/>
206 <pluralRange start="other" end="many" result="many"/>
207 <pluralRange start="other" end="other" result="other"/>
214 <pluralRange start="zero" end="other" result="other"/>
215 <pluralRange start="one" end="two" result="other"/>
218 <pluralRange start="one" end="other" result="other"/>
221 <pluralRange start="two" end="other" result="other"/>
224 <pluralRange start="few" end="other" result="other"/>
227 <pluralRange start="many" end="other" result="other"/>
228 <pluralRange start="other" end="one" result="other"/>
229 <pluralRange start="other" end="two" result="other"/>
230 <pluralRange start="other" end="few" result="few"/>
231 <pluralRange start="other" end="many" result="many"/>
232 <pluralRange start="other" end="other" result="other"/>