• Home
  • Raw
  • Download

Lines Matching refs:Collator

24     myCollation = Collator::createInstance(Locale::getEnglish(), status);  in CollationEnglishTest()
136 static const Collator::EComparisonResult results[] = {
137 Collator::LESS,
138 Collator::LESS, /*Collator::GREATER,*/
139 Collator::LESS,
140 Collator::GREATER,
141 Collator::GREATER,
142 Collator::EQUAL,
143 Collator::LESS,
144 Collator::LESS,
145 Collator::LESS,
146Collator::LESS, /*Collator::GREATER,*/ /*…
147 Collator::GREATER,
148 Collator::LESS,
149 Collator::EQUAL,
150 Collator::LESS,
151 Collator::GREATER,
152 Collator::GREATER,
153 Collator::GREATER,
154 Collator::LESS,
155 Collator::LESS,
156 Collator::LESS, /* 20 */
157 Collator::LESS,
158 Collator::LESS,
159 Collator::LESS,
160 Collator::GREATER,
161 Collator::GREATER,
162 Collator::GREATER,
164 Collator::LESS,
165 Collator::LESS,
166 Collator::GREATER,
167 Collator::LESS, /* 30 */
168 Collator::GREATER,
169 Collator::EQUAL,
170 Collator::GREATER,
171 Collator::LESS,
172 Collator::LESS,
173 Collator::LESS,
175 Collator::EQUAL,
176 Collator::EQUAL,
178 Collator::EQUAL,
179 Collator::EQUAL, /* 40 */
180 Collator::LESS,
181 Collator::EQUAL,
182 Collator::EQUAL,
184 Collator::LESS,
185 Collator::LESS,
186 Collator::EQUAL,
187 Collator::LESS,
188 Collator::LESS,
189 Collator::LESS // 49
249 myCollation->setStrength(Collator::TERTIARY); in TestTertiary()
260 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS); in TestTertiary()
265 Collator::EComparisonResult expected; in TestTertiary()
272 expected = Collator::LESS; in TestTertiary()
274 expected = Collator::EQUAL; in TestTertiary()
276 expected = Collator::GREATER; in TestTertiary()
286 myCollation->setStrength(Collator::PRIMARY); in TestPrimary()
296 myCollation->setStrength(Collator::SECONDARY); in TestSecondary()
304 Collator::EComparisonResult expected; in TestSecondary()
311 expected = Collator::LESS; in TestSecondary()
313 expected = Collator::EQUAL; in TestSecondary()
315 expected = Collator::GREATER; in TestSecondary()