Lines Matching refs:ordered

245         let ordered = make_test("Cmp", cmp);  in test_cmp()  localVariable
247 ordered("aaa", "aaaa"); in test_cmp()
248 ordered("aaa", "aab"); in test_cmp()
249 ordered("AAb", "aaa"); in test_cmp()
250 ordered("aab", "äáa"); in test_cmp()
251 ordered("aaa", "äáb"); in test_cmp()
253 ordered("T-20", "T-5"); in test_cmp()
254 ordered("T-5", "Ŧ-5"); in test_cmp()
259 let ordered = make_test("Only-alnum", only_alnum_cmp); in test_only_alnum() localVariable
261 ordered("aaa", "aaaa"); in test_only_alnum()
262 ordered("aaa", "aab"); in test_only_alnum()
263 ordered("AAb", "aaa"); in test_only_alnum()
264 ordered("aab", "äáa"); in test_only_alnum()
265 ordered("aaa", "äáb"); in test_only_alnum()
267 ordered("_ad", "_æ"); in test_only_alnum()
268 ordered("_ae", "_æ"); in test_only_alnum()
269 ordered("_ae_", "_æ"); in test_only_alnum()
270 ordered("_af", "_æ"); in test_only_alnum()
272 ordered("T-20", "T-5"); in test_only_alnum()
273 ordered("T-5", "Ŧ-5"); in test_only_alnum()
278 let ordered = make_test("Lexical", lexical_cmp); in test_lexical() localVariable
280 ordered("aaa", "aaaa"); in test_lexical()
281 ordered("aaa", "aab"); in test_lexical()
282 ordered("aaa", "AAb"); in test_lexical()
283 ordered("äáa", "aab"); in test_lexical()
284 ordered("aaa", "äáb"); in test_lexical()
286 ordered("_ad", "_æ"); in test_lexical()
287 ordered("_ae", "_æ"); in test_lexical()
288 ordered("_æ", "_ae_"); in test_lexical()
289 ordered("_æ", "_af"); in test_lexical()
291 ordered("T-20", "T-5"); in test_lexical()
292 ordered("T-5", "Ŧ-5"); in test_lexical()
297 let ordered = make_test("Lexical, only-alnum", lexical_only_alnum_cmp); in test_lexical_only_alnum() localVariable
299 ordered("aaa", "aaaa"); in test_lexical_only_alnum()
300 ordered("aaa", "aab"); in test_lexical_only_alnum()
301 ordered("aaa", "AAb"); in test_lexical_only_alnum()
302 ordered("äáa", "aab"); in test_lexical_only_alnum()
303 ordered("aaa", "äáb"); in test_lexical_only_alnum()
305 ordered("_ad", "_æ"); in test_lexical_only_alnum()
306 ordered("_ae", "_æ"); in test_lexical_only_alnum()
307 ordered("_ae_", "_æ"); in test_lexical_only_alnum()
308 ordered("_æ", "_af"); in test_lexical_only_alnum()
310 ordered("T20", "T-21"); in test_lexical_only_alnum()
311 ordered("T-21", "T22"); in test_lexical_only_alnum()
312 ordered("T-21", "T3"); in test_lexical_only_alnum()
317 let ordered = make_test("Natural", natural_cmp); in test_natural() localVariable
319 ordered("1", "10"); in test_natural()
320 ordered("10", "15"); in test_natural()
321 ordered("150", "220"); in test_natural()
322 ordered("334", "335"); in test_natural()
323 ordered("433", "533"); in test_natural()
325 ordered("T-1", "T-5"); in test_natural()
326 ordered("T-27", "T5"); in test_natural()
327 ordered("T-27a", "T27b"); in test_natural()
329 ordered("T-27", "Ŧ-5"); in test_natural()
330 ordered("T-5", "Ŧ-27"); in test_natural()
331 ordered("T-5", "Ŧ-5"); in test_natural()
336 let ordered = make_test("Natural, only-alnum", natural_only_alnum_cmp); in test_natural_only_alnum() localVariable
338 ordered("aaa", "aaaa"); in test_natural_only_alnum()
339 ordered("aaa", "aab"); in test_natural_only_alnum()
340 ordered("AAb", "aaa"); in test_natural_only_alnum()
341 ordered("aab", "äáa"); in test_natural_only_alnum()
342 ordered("aaa", "äáb"); in test_natural_only_alnum()
344 ordered("_ad", "_æ"); in test_natural_only_alnum()
345 ordered("_ae", "_æ"); in test_natural_only_alnum()
346 ordered("_ae_", "_æ"); in test_natural_only_alnum()
347 ordered("_af", "_æ"); in test_natural_only_alnum()
349 ordered("T20", "T-21"); in test_natural_only_alnum()
350 ordered("T-21", "T22"); in test_natural_only_alnum()
351 ordered("T3", "T-21"); in test_natural_only_alnum()
356 let ordered = make_test("Natural, lexical", natural_lexical_cmp); in test_natural_lexical() localVariable
358 ordered("1", "10"); in test_natural_lexical()
359 ordered("10", "15"); in test_natural_lexical()
360 ordered("150", "220"); in test_natural_lexical()
361 ordered("334", "335"); in test_natural_lexical()
362 ordered("433", "533"); in test_natural_lexical()
364 ordered("T-1", "T-5"); in test_natural_lexical()
365 ordered("T-5", "T-27"); in test_natural_lexical()
366 ordered("T-27a", "T-27b"); in test_natural_lexical()
368 ordered("Ŧ-5", "T-27"); in test_natural_lexical()
369 ordered("T-5", "Ŧ-27"); in test_natural_lexical()
370 ordered("T-5", "Ŧ-5"); in test_natural_lexical()
375 let ordered = make_test( in test_natural_lexical_only_alnum() localVariable
380 ordered("1", "10"); in test_natural_lexical_only_alnum()
381 ordered("10", "15"); in test_natural_lexical_only_alnum()
382 ordered("150", "220"); in test_natural_lexical_only_alnum()
383 ordered("334", "335"); in test_natural_lexical_only_alnum()
384 ordered("433", "533"); in test_natural_lexical_only_alnum()
386 ordered("T-1", "T-5"); in test_natural_lexical_only_alnum()
387 ordered("T5", "T-27"); in test_natural_lexical_only_alnum()
388 ordered("T-27a", "T27b"); in test_natural_lexical_only_alnum()
390 ordered("Ŧ-5", "T-27"); in test_natural_lexical_only_alnum()
391 ordered("T-5", "Ŧ-27"); in test_natural_lexical_only_alnum()
392 ordered("T-5", "Ŧ-5"); in test_natural_lexical_only_alnum()